LP Long Distance IR Vision Robot

Dependencies:   max77650_charger_sample BufferedSerial SX1276GenericLib Adafruit-MotorShield NEO-6m-GPS MAX17055_EZconfig Adafruit_GFX USBDeviceHT Adafruit-PWM-Servo-Driver

Revision:
19:9f035b9e65ec
Parent:
11:d3a591c20cd7
Child:
22:abca9d17d13d
diff -r d5527ce82e6b -r 9f035b9e65ec SX1276GenericPingPong/GenericPingPong.h
--- 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
  */