add Adafruit samd-peripherals as submodule.

clean up board
This commit is contained in:
hathach
2018-11-14 00:22:49 +07:00
parent e8246dd367
commit 4b1f4c7b6f
14 changed files with 17 additions and 179 deletions
+3
View File
@@ -35,6 +35,7 @@
This file is part of the tinyusb stack.
*/
/**************************************************************************/
#ifdef BOARD_PCA10056
#include "bsp/board.h"
#include "nrfx/hal/nrf_gpio.h"
@@ -251,3 +252,5 @@ void board_uart_putchar(uint8_t c)
{
}
#endif