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.
Dependents: MAX326xxFTHR_LoRa_RFM95 MAX326xxFTHR_LoRa_PingPong MAX326xxFTHR_RFM95_LoRa_PingPong MAX326xxFTHR_LoRa_RFM95_PingPong_Example ... more
Fork of SX1276GenericLib by
Diff: radio/radio.h
- Revision:
- 53:6d3adad59633
- Parent:
- 51:aef3234bcb71
- Child:
- 54:0d8ea87fbab9
--- a/radio/radio.h Thu May 18 11:07:46 2017 +0200
+++ b/radio/radio.h Thu May 18 18:34:54 2017 +0200
@@ -18,8 +18,7 @@
#include "mbed.h"
-/*
- !
+/*!
* Radio driver internal state machine states definition
*/
typedef enum RadioState
@@ -28,7 +27,7 @@
RF_RX_RUNNING,
RF_TX_RUNNING,
RF_CAD,
-}RadioState_t;
+} RadioState_t;
/*!
