Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SX1276Lib by
Revision 28:8bf32df49b11, committed 2016-09-20
- 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( );