nrf5/boards/feather52: Updating LED pull to low.

This commit is contained in:
Glenn Ruben Bakke 2017-05-25 21:44:36 +02:00 committed by glennrub
parent 88b4ebc715
commit cb7a0aefa0

View File

@ -52,7 +52,7 @@
#define MICROPY_HW_ENABLE_CAN (0)
#define MICROPY_HW_LED_COUNT (2)
#define MICROPY_HW_LED_PULLUP (1)
#define MICROPY_HW_LED_PULLUP (0)
#define MICROPY_HW_LED1 (17) // LED1
#define MICROPY_HW_LED2 (19) // LED2