8000 Update mpconfigboard.h · jamesbowman/circuitpython@f256147 · GitHub
[go: up one dir, main page]

Skip to content

Commit f256147

Browse files
authored
Update mpconfigboard.h
added space after the comment operator (//)
1 parent 55226a8 commit f256147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/boards/circuitart_zero_s3/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define MICROPY_HW_MCU_NAME "ESP32S3"
1313

1414
#define MICROPY_HW_NEOPIXEL (&pin_GPIO47)
15-
//#define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO39)
15+
// #define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO39)
1616

1717
#define MICROPY_HW_LED_STATUS (&pin_GPIO46)
1818

0 commit comments

Comments
 (0)
0