Skip to content

Commit

Permalink
Adding type definition of a tuple for peek.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlangness committed Apr 21, 2018
1 parent c939062 commit eae724f
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 @@ -126,7 +126,7 @@ BOOST_PYTHON_MODULE(RF24Network){
}
{ //::RF24Network::peek

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

RF24Network_exposer.def(
"peek"
Expand Down

0 comments on commit eae724f

Please sign in to comment.