改善缩进
This commit is contained in:
@@ -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--);
|
||||
}
|
||||
Reference in New Issue
Block a user