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:
- 38:d9189d958db8
- Parent:
- 33:5db0d1e716b1
--- a/enums/enums.h	Sat May 06 12:12:29 2017 +0000
+++ b/enums/enums.h	Sun May 07 18:09:10 2017 +0200
@@ -113,7 +113,7 @@
     int8_t SnrValue;
     int8_t RssiValue;
     uint8_t Size;
-}RadioLoRaPacketHandler_t;
+ }RadioLoRaPacketHandler_t;
 
 /*!
  * Radio Settings
@@ -129,5 +129,11 @@
     RadioLoRaPacketHandler_t LoRaPacketHandler;
 }RadioSettings_t;
 
+typedef enum {
+    RXTimeout,
+    TXTimeout,
+    RXTimeoutSyncWorld
+} Timeout_t;
+
 
 #endif //__ENUMS_H__