mirror of
https://github.com/espressif/openthread.git
synced 2026-09-21 08:27:33 +00:00
[efr32] fix LED gpio port and pin allocation for BRD4166A (#4277)
This bug is inherited from SDKv2.6v bspconfig.h which is also incorrect.
This commit is contained in:
committed by
Jonathan Hui
parent
67f4357c5d
commit
abd1875957
@@ -149,11 +149,11 @@
|
||||
// $[LED]
|
||||
#define BSP_LED_PRESENT (1)
|
||||
|
||||
#define BSP_LED0_PIN (4)
|
||||
#define BSP_LED0_PORT (gpioPortF)
|
||||
#define BSP_LED0_PIN (8)
|
||||
#define BSP_LED0_PORT (gpioPortD)
|
||||
|
||||
#define BSP_LED1_PIN (5)
|
||||
#define BSP_LED1_PORT (gpioPortF)
|
||||
#define BSP_LED1_PIN (9)
|
||||
#define BSP_LED1_PORT (gpioPortD)
|
||||
|
||||
#define HAL_LED_ENABLE { 0, 1 }
|
||||
#define HAL_LED_COUNT (2)
|
||||
|
||||
Reference in New Issue
Block a user