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: SxRadioEvents.h
- Revision:
- 69:e22889c7eaa9
- Parent:
- 68:5f787643e7d7
- Child:
- 70:0c5b5b02d17b
--- a/SxRadioEvents.h Thu Aug 29 08:32:27 2019 -0500
+++ b/SxRadioEvents.h Thu Aug 29 12:21:51 2019 -0500
@@ -43,7 +43,7 @@
* FSK : N/A ( set to 0 )
* LoRa: SNR value is two's complement in 1/4 dB
*/
- virtual void RxDone( uint8_t *payload, uint16_t size, int16_t rssi, int16_t snr ) {}
+ virtual void RxDone( uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr ) {}
/*!
* \brief Rx Timeout callback prototype.
*/