We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77a185 commit c2c8a79Copy full SHA for c2c8a79
variants/BAST_FRONTIER/pins_arduino.h
@@ -53,7 +53,7 @@ extern "C" unsigned int PINCOUNT_fn();
53
#define LED_BUILTIN PIN_LED
54
55
#define RFM_RST (36u)
56
-#define BUSY (37u)
+#define RFM_BUSY (37u)
57
#define RFM_DIO1 (38u)
58
#define RFM_DIO2 (39u)
59
#define ANTSW (40u)
variants/RAK4631/pins_arduino.h
#define RFM_RST (28u)
-#define BUSY (29u)
+#define RFM_BUSY (29u)
#define RFM_DIO1 (30u)
#define RFM_DIO2 (31u)
#define ANTSW (32u)
0 commit comments