Skip to content

Commit

Permalink
Removing the type definition to address peek reading the message and …
Browse files Browse the repository at this point in the history
…not allowing a read of the message.
  • Loading branch information
cnlangness committed Apr 20, 2018
1 parent d0bdb38 commit 90d841a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RPi/pyRF24Network/pyRF24Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ BOOST_PYTHON_MODULE(RF24Network){
}
{ //::RF24Network::peek

typedef bp::tuple ( *peekvoid )( ::RF24Network& , size_t) ;
typedef void ( *peekvoid )( ::RF24Network& , size_t) ;

RF24Network_exposer.def(
"peek"
Expand Down

0 comments on commit 90d841a

Please sign in to comment.