[update][examples] update demos

This commit is contained in:
jzlv 2022-12-21 20:25:59 +08:00
parent 0ea925c313
commit fb718ae09b
52 changed files with 704 additions and 103 deletions

View file

@ -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;