Fix typo in LED state comment

And removed unused define
This commit is contained in:
Jonathan Bennett
2026-01-30 12:52:17 -06:00
committed by GitHub
parent 7bbfe99fbe
commit 8f630bfcf3
+1 -2
View File
@@ -32,8 +32,7 @@ extern "C" {
#define PIN_LED1 (24) // Built in white led for status #define PIN_LED1 (24) // Built in white led for status
#define LED_BLUE PIN_LED1 #define LED_BLUE PIN_LED1
#define LED_STATE_ON 0 // State when LED is litted #define LED_STATE_ON 0 // State when LED is lit
#define LED_INVERTED 1
// Testing USB detection // Testing USB detection
// #define NRF_APM // #define NRF_APM