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: BufferedSerial SX1276GenericLib USBDeviceHT max32630fthr
Fork of MAX326xxFTHR_LoRa_PingPong by
Diff: SX1276GenericPingPong/GenericPingPong.h
- Revision:
- 19:9f035b9e65ec
- Parent:
- 11:d3a591c20cd7
--- a/SX1276GenericPingPong/GenericPingPong.h Mon Mar 12 15:00:02 2018 +0000 +++ b/SX1276GenericPingPong/GenericPingPong.h Fri Jun 01 22:07:08 2018 +0000 @@ -23,11 +23,16 @@ #ifndef __SX1276PINGPONG_H__ #define __SX1276PINGPONG_H__ +/* #ifdef FEATURE_LORA int SX1276PingPong(void); #else #define SX1276PingPong(x) void() #endif +*/ + +int SX1276PingPong(void); + /* * Callback functions prototypes */