add lpc17xx build config for host demo
This commit is contained in:
@@ -118,9 +118,10 @@
|
||||
//--------------------------------------------------------------------+
|
||||
// Init board peripherals : Clock, UART, LEDs, Buttons
|
||||
void board_init(void);
|
||||
|
||||
void board_leds(uint32_t on_mask, uint32_t off_mask);
|
||||
|
||||
uint32_t board_uart_send(uint8_t *buffer, uint32_t length);
|
||||
uint32_t board_uart_recv(uint8_t *buffer, uint32_t length);
|
||||
uint8_t board_uart_getchar(void);
|
||||
|
||||
extern volatile uint32_t system_ticks;
|
||||
|
||||
Reference in New Issue
Block a user