mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 23:43:23 +00:00
uart rx disabled
This commit is contained in:
parent
2c766c4daf
commit
5b762e189c
@ -95,7 +95,7 @@ void board_init(void)
|
||||
LPUART_GetDefaultConfig(&uart_config);
|
||||
uart_config.baudRate_Bps = 115200;
|
||||
uart_config.enableTx = true;
|
||||
uart_config.enableRx = true;
|
||||
uart_config.enableRx = false;
|
||||
LPUART_Init(UART_DEV, &uart_config, 12000000u);
|
||||
|
||||
|
||||
@ -161,3 +161,4 @@ uint32_t board_millis(void)
|
||||
return system_ticks;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user