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: SxRadio.h
- Revision:
- 157:8e9b1e84ffac
- Parent:
- 153:7c00843e4bba
- Child:
- 172:7ec44396a51b
--- a/SxRadio.h Mon Jun 04 13:33:39 2018 -0500
+++ b/SxRadio.h Mon Jun 04 14:53:04 2018 -0500
@@ -272,7 +272,7 @@
virtual void ResetRadio(void) {};
- virtual uint32_t GetTimeOnAir(void) {};
+ virtual uint32_t GetTimeOnAir(void) = 0;
void GrabMutex(void) { mutex.lock(); }
void ReleaseMutex(void) { mutex.unlock(); }