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: LoRaWAN_actility LoRaWAN_MBED LoRaWANSharedTest
Diff: enums/enums.h
- Revision:
- 5:11ec8a6ba4f0
- Parent:
- 3:ca84be1f3fac
- Child:
- 6:e7f02929cd3d
--- a/enums/enums.h Wed Aug 20 06:29:01 2014 +0000 +++ b/enums/enums.h Thu Aug 21 11:58:28 2014 +0000 @@ -49,7 +49,8 @@ enum BoardType { SX1276MB1MAS = 0, - SX1276MB1LAS + SX1276MB1LAS, + UNKNOWN }; /*! * Radio FSK modem parameters @@ -118,7 +119,7 @@ */ typedef struct { - RadioState State; + RadioState State; ModemType Modem; uint32_t Channel; RadioFskSettings_t Fsk;