mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-22 20:59:03 +00:00
[update][examples] update demos
This commit is contained in:
parent
0ea925c313
commit
fb718ae09b
52 changed files with 704 additions and 103 deletions
|
@ -12,7 +12,7 @@ int main(void)
|
|||
board_init();
|
||||
board_uartx_gpio_init();
|
||||
|
||||
uartx = bflb_device_get_by_name("uartx");
|
||||
uartx = bflb_device_get_by_name(DEFAULT_TEST_UART);
|
||||
|
||||
for (uint8_t i = 0; i < 128; i++) {
|
||||
uart_txbuf[i] = i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue