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.
Diff: enums/enums.h
- Revision:
- 31:e50929bd3f32
- Parent:
- 22:7f3aab69cca9
- Child:
- 33:5db0d1e716b1
diff -r d7e36d83ec9d -r e50929bd3f32 enums/enums.h
--- a/enums/enums.h Thu Apr 27 22:33:38 2017 +0200
+++ b/enums/enums.h Mon May 01 11:43:25 2017 +0200
@@ -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;
/*!