update csrc for correct UART printing with lower clock frequency

This commit is contained in:
PurplePower
2024-11-18 17:06:23 +08:00
parent ad0aaa823f
commit 67896ab727
33 changed files with 8 additions and 8 deletions

View File

@@ -32,10 +32,10 @@ int main() {
{
uart_send_char(*p);
p++;
waste_some_time(100);
waste_some_time(200);
}
waste_some_time(200);
waste_some_time(400);
break; // print once, but pressing CPU reset can print again
}

Binary file not shown.

View File

@@ -32,10 +32,10 @@ int main() {
{
uart_send_char(*p);
p++;
waste_some_time(100);
waste_some_time(200);
}
waste_some_time(200);
waste_some_time(400);
break; // print once, but pressing CPU reset can print again
}

Binary file not shown.

View File

@@ -32,10 +32,10 @@ int main() {
{
uart_send_char(*p);
p++;
waste_some_time(100);
waste_some_time(200);
}
waste_some_time(200);
waste_some_time(400);
break; // print once, but pressing CPU reset can print again
}

Binary file not shown.

View File

@@ -32,10 +32,10 @@ int main() {
{
uart_send_char(*p);
p++;
waste_some_time(100);
waste_some_time(200);
}
waste_some_time(200);
waste_some_time(400);
break; // print once, but pressing CPU reset can print again
}

Binary file not shown.