This commit is contained in:
PurplePower
2024-11-18 23:17:58 +08:00
parent 93ac859c8f
commit 0f905afe36
11 changed files with 16 additions and 16 deletions

View File

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