改善缩进

This commit is contained in:
2025-03-11 13:33:51 +08:00
parent b26a95afff
commit 5e08e8f5c1
+2 -1
View File
@@ -14,6 +14,7 @@ sbit ADDR2 = P1 ^ 2;
sbit ADDR3 = P1 ^ 3;
sbit ENLED = P1 ^ 4;
void Delay(unsigned int t){
void Delay(unsigned int t)
{
while (t--);
}