Skip to content

Commit 8fbd7e6

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 1f2bf69 commit 8fbd7e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/axiometa_pixie_m1/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
// Pixie has a built in RGB LED WS2812B and a regular LED
1111
#define PIN_RGB_LED 21
12-
#define PIN_LED 11
12+
#define PIN_LED 11
1313
// Regular built-in LED (pin 11) - for use with digitalWrite()
1414
#define LED_BUILTIN PIN_LED
1515
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1616
// RGB LED (pin 21) - use with RGB library functions
1717
#define RGB_LED PIN_RGB_LED
1818
// Allow testing for LED_BUILTIN
1919
#ifdef LED_BUILTIN
20-
// Defined and ready to use
20+
// Defined and ready to use
2121
#endif
2222

2323
static const uint8_t TX = 43;

0 commit comments

Comments
 (0)