Update mpconfigboard.h

added space after the comment operator (//)
This commit is contained in:
CircuitART 2024-09-04 20:36:54 +08:00 committed by GitHub
parent 55226a8f67
commit f25614711b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
#define MICROPY_HW_MCU_NAME "ESP32S3"
#define MICROPY_HW_NEOPIXEL (&pin_GPIO47)
//#define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO39)
// #define CIRCUITPY_STATUS_LED_POWER (&pin_GPIO39)
#define MICROPY_HW_LED_STATUS (&pin_GPIO46)