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: Nucleo_Private_LoRa
Diff: enums/enums.h
- Revision:
- 26:d09a8ef807e2
- Parent:
- 22:7f3aab69cca9
--- a/enums/enums.h Thu Nov 26 16:55:15 2015 +0000 +++ b/enums/enums.h Mon Apr 24 09:26:23 2017 +0000 @@ -62,6 +62,7 @@ bool IqInverted; bool RxContinuous; uint32_t TxTimeout; + uint32_t RxSingleTimeout; }RadioFskSettings_t; /*! @@ -99,6 +100,7 @@ bool IqInverted; bool RxContinuous; uint32_t TxTimeout; + bool PublicNetwork; }RadioLoRaSettings_t; /*!