diff options
| author | hathach <[email protected]> | 2018-12-04 13:17:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-04 13:17:12 +0700 |
| commit | 7120e12971800606d934ad2d9ff985a01eb0e9ee (patch) | |
| tree | aabce939aa4fa96e06eac469331b692f5a8e6ab8 /hw/bsp/ea4357 | |
| parent | bf5ac608ffda592ef13d8aa7f2873bccc867891c (diff) | |
add mcb1800, blink led ok
Diffstat (limited to 'hw/bsp/ea4357')
| -rw-r--r-- | hw/bsp/ea4357/board_ea4357.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hw/bsp/ea4357/board_ea4357.c b/hw/bsp/ea4357/board_ea4357.c index 754b68aa1..d59e4cb3c 100644 --- a/hw/bsp/ea4357/board_ea4357.c +++ b/hw/bsp/ea4357/board_ea4357.c @@ -38,7 +38,7 @@ #ifdef BOARD_EA4357 -#include "bsp/board.h" +#include "../board.h" #include "pca9532.h" #define BOARD_UART_PORT LPC_USART0 @@ -184,9 +184,7 @@ void board_init(void) // TODO Remove R170, R171, solder a pair of 15K to USB1 D+/D- to test with USB1 Host } -//--------------------------------------------------------------------+ -// LEDS -//--------------------------------------------------------------------+ +// LED void board_led_control(bool state) { if (state) |
