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

View File

@@ -32,8 +32,7 @@ extern "C" {
#define PIN_LED1 (24) // Built in white led for status
#define LED_BLUE PIN_LED1
#define LED_STATE_ON 0 // State when LED is litted
#define LED_INVERTED 1
#define LED_STATE_ON 0 // State when LED is lit
// Testing USB detection
// #define NRF_APM
@@ -150,4 +149,4 @@ static const uint8_t SCK = PIN_SPI_SCK;
/*----------------------------------------------------------------------------
* Arduino objects - C++ only
*----------------------------------------------------------------------------*/
#endif
#endif