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: radio/SX1276Lib/sx1276/sx1276.cpp
- Revision:
- 1:eda561b01daf
- Parent:
- 0:2325d1d28df3
--- a/radio/SX1276Lib/sx1276/sx1276.cpp Fri Dec 15 13:15:04 2017 +0000 +++ b/radio/SX1276Lib/sx1276/sx1276.cpp Mon Dec 18 16:31:11 2017 +0000 @@ -17,7 +17,6 @@ -Serial pcsx (PA_9, PA_10); # define DEBUG_PRINT(x) do {} while (0) const FskBandwidth_t SX1276::FskBandwidths[] = { @@ -1285,7 +1284,7 @@ case MODEM_LORA: { int8_t snr = 0; - pcsx.printf("RX interrupt func in enter irq flag %d\n", Read(REG_LR_IRQFLAGS)); + //pcsx.printf("RX interrupt func in enter irq flag %d\n", Read(REG_LR_IRQFLAGS)); // Clear Irq Write( REG_LR_IRQFLAGS, RFLR_IRQFLAGS_RXDONE );