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

This commit is contained in:
iridiumR 2022-06-09 01:15:37 +08:00
parent 0fb13571bf
commit 6e2b3a7e90

View file

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