1

Revision:
18:78c5e644d37a
Parent:
17:5f34cbe2ac53
Child:
20:75635d50262e
diff -r 5f34cbe2ac53 -r 78c5e644d37a radio.h
--- a/radio.h	Mon Jun 01 15:59:56 2020 -0700
+++ b/radio.h	Fri Jun 12 11:27:45 2020 -0700
@@ -117,7 +117,9 @@
     #ifdef TARGET_FF_ARDUINO
         #define CHIP_TYPE_SX1262        0
         #define CHIP_TYPE_SX1261        1
-        static DigitalIn chipType;
+        #ifndef TARGET_DISCO_L072CZ_LRWAN1
+            static DigitalIn chipType;
+        #endif
     #endif /* TARGET_FF_ARDUINO */
 #elif defined(SX128x_H)
     #define SetFixedPayloadLength      SetRxMaxPayloadLength