Skip to content

Commit

Permalink
Merge pull request #216 from wmarkow/213_fix
Browse files Browse the repository at this point in the history
#213 fix. Seems to be okay when I tested. Hopefully no weird errors rise afterwards.
  • Loading branch information
Avamander committed Feb 20, 2016
2 parents 8c7adbc + b5ea5d8 commit 99ada7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RF24.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,8 @@ bool RF24::begin(void)
{
p_variant = true ;
}
/*setup = read_register(RF_SETUP);
if( setup == 0b00001110 ) // register default for nRF24L01P
setup = read_register(RF_SETUP);
/*if( setup == 0b00001110 ) // register default for nRF24L01P
{
p_variant = true ;
}*/
Expand Down

0 comments on commit 99ada7b

Please sign in to comment.