corrected a bit of overzealous tidying

This commit is contained in:
Gareth Coleman
2024-04-22 17:21:41 +01:00
parent 6669b22db3
commit ccbf635eef
5 changed files with 17 additions and 19 deletions
+3 -3
View File
@@ -70,12 +70,12 @@ extern "C" {
#define PIN_BUZZER (40)
#define LED_BUILTIN PIN_LED1
#define PIN_LED2
#define LED_CONN PIN_LED2
#define LED_RED PIN_LED1
#define LED_BLUE PIN_LED2
#define 1 // State when LED is litted
#define LED_STATE_ON 1 // State when LED is litted
/*
* Buttons
@@ -185,4 +185,4 @@ static const uint8_t SCK = PIN_SPI_SCK;
* Arduino objects - C++ only
*----------------------------------------------------------------------------*/
#endif
#endif