RadioShuttle Lib for the STM32 L4 Heltec Board

Dependents:   Turtle_RadioShuttle

Revision:
5:e8a814e030ca
Parent:
4:a8f05e003e88
--- a/examples/GenericPingPong.h	Tue Feb 12 16:28:54 2019 +0100
+++ b/examples/GenericPingPong.h	Tue Feb 12 16:43:36 2019 +0100
@@ -15,7 +15,7 @@
 #ifndef __SX1276PINGPONG_H__
 #define __SX1276PINGPONG_H__
 
-#ifdef FEATURE_LORA
+#ifdef FEATURE_LORA_PING_PONG
  int SX1276PingPong(void);
 #else
  #define  SX1276PingPong(x)   void()