mirror of
https://github.com/meshtastic/firmware.git
synced 2026-02-02 07:01:54 +00:00
Fix typo in LED state comment
And removed unused define
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user