Skip to content

Commit

Permalink
Typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
pjalocha committed Mar 5, 2021
1 parent c7b4d1b commit 0e3cf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/rf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ extern "C"
*/
vTaskDelay(8);
for( uint8_t Wait=50; Wait; Wait--)
{ vTaskDelay(1); if(!TRX.isModeLoRaTX()) brek; }
{ vTaskDelay(1); if(!TRX.isModeLoRaTX()) break; }
// uint8_t Mode=TRX.ReadMode();
// if(Mode!=RF_OPMODE_LORA_TX) break; }
TRX.setFSK();
Expand Down

0 comments on commit 0e3cf37

Please sign in to comment.