MAX326xxFTHR LoRa Example

Dependencies:   BufferedSerial SX1276GenericLib max32630fthr USBDeviceHT

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
  */