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.
Dependencies: SX127x sx12xx_hal TSL2561
Diff: radio/sx1276/sx1276.cpp
- Revision:
- 3:aead8f8fdc1f
- Parent:
- 0:8f0d0ae0a077
- Child:
- 10:00997daeb0c0
--- a/radio/sx1276/sx1276.cpp Tue May 23 17:50:14 2017 +0000 +++ b/radio/sx1276/sx1276.cpp Fri May 26 11:00:03 2017 -0700 @@ -13,6 +13,7 @@ Maintainers: Miguel Luis, Gregory Cristian and Nicolas Huguenin */ #include "sx1276.h" +#ifdef ENABLE_SX1276 extern LowPowerTimer lp_timer; // from LoRaMac @@ -1569,3 +1570,4 @@ break; } } +#endif /* ENABLE_SX1276 */