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: MacEvents.h
- Revision:
- 37:85ab51620cca
- Parent:
- 26:17479e0039f6
- Child:
- 64:64982192a2af
--- a/MacEvents.h Fri Sep 09 16:36:49 2016 -0500 +++ b/MacEvents.h Tue Sep 13 09:27:54 2016 -0500 @@ -39,7 +39,7 @@ virtual void RxTimeout(uint8_t slot) = 0; virtual void RxError(uint8_t slot) = 0; - virtual void MissedAck(uint8_t retries); + virtual void MissedAck(uint8_t retries) = 0; virtual uint8_t MeasureBattery() = 0;