This commit is contained in:
2025-08-11 00:37:12 +08:00
parent c13a7abc84
commit 63d3c30607
5 changed files with 37 additions and 29 deletions

View File

@@ -47,7 +47,7 @@ OF SUCH DAMAGE.
int main(void)
{
systick_config();
uart0_init(115200);
uart0_init();
// uart1_init(115200); // 如需使用USART1请初始化
// printf("Hello USART0!\r\n");