sanfan-lora

Fork of SX1276Lib by lzbp li

Revision:
25:8bf32df49b11
Parent:
24:3d058e9d6129
--- a/sx1276/sx1276.cpp	Tue Apr 19 01:34:59 2016 +0000
+++ b/sx1276/sx1276.cpp	Tue Sep 20 11:34:41 2016 +0800
@@ -1330,7 +1330,8 @@
                 // Intentional fall through
             case MODEM_FSK:
             default:
-                this->settings.State = RF_IDLE;
+                this->settings.State =
+		  RF_IDLE;
                 if( ( this->RadioEvents != NULL ) && ( this->RadioEvents->TxDone != NULL ) )
                 {
                     this->RadioEvents->TxDone( );