perf(MCU课设): 优化操作体验

This commit is contained in:
iridiumR 2022-06-09 01:15:37 +08:00
parent 0fb13571bf
commit 6e2b3a7e90
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ void delay(int n)
{
int i, j;
for(i = n; i > 0; i--)
for(j = 7; j > 0; j--);
for(j = 4; j > 0; j--);
}
void delayms(int n) //@11.0592MHz