sanfan-lora

Fork of SX1276Lib by lzbp li

Files at this revision

API Documentation at this revision

Comitter:
ikerbo
Date:
Tue Sep 20 11:34:41 2016 +0800
Parent:
24:3d058e9d6129
Commit message:
asdada

Changed in this revision

sx1276/sx1276.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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( );