Skip to content

Commit 45f9522

Browse files
committed
Fix EVK status led to be inverted
1 parent 91468ed commit 45f9522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/mimxrt10xx/boards/imxrt1060_evk/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#define BOARD_FLASH_SIZE (8 * 1024 * 1024)
99

1010
#define MICROPY_HW_LED_STATUS (&pin_GPIO_AD_B0_09)
11+
#define MICROPY_HW_LED_STATUS_INVERTED (1)
1112

1213
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO_AD_B1_00)
1314
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO_AD_B1_01)

0 commit comments

Comments
 (0)