diff options
| author | hathach <[email protected]> | 2018-11-13 15:34:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-13 15:45:22 +0700 |
| commit | 3fe7cd165902948240ecc40468b3610686f579c3 (patch) | |
| tree | 9ea447ee168f57de15123049b375340971425d64 /hw | |
| parent | 5a046799f6d22af0b849e4312ceed14f2250a85e (diff) | |
added tud_cdc_write_str, tu_fifo only use mutex for RTOS config
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/pca10056/board_pca10056.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/bsp/pca10056/board_pca10056.c b/hw/bsp/pca10056/board_pca10056.c index 928c39acf..54b1488a8 100644 --- a/hw/bsp/pca10056/board_pca10056.c +++ b/hw/bsp/pca10056/board_pca10056.c @@ -98,6 +98,11 @@ void board_init(void) nrf_gpio_cfg_output(BOARD_LED2); nrf_gpio_cfg_output(BOARD_LED3); + board_led_control(BOARD_LED0, false); + board_led_control(BOARD_LED1, false); + board_led_control(BOARD_LED2, false); + board_led_control(BOARD_LED3, false); + // Button for(uint8_t i=0; i<BOARD_BUTTON_COUNT; i++) nrf_gpio_cfg_input(_button_pins[i], NRF_GPIO_PIN_PULLUP); |
