mirror of
https://github.com/eggman/rtl_ameba_gcc_sample.git
synced 2024-11-01 03:34:17 +00:00
fix hello world
This commit is contained in:
parent
4835722d57
commit
c5193c485c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ int main(void)
|
||||||
int i=0;
|
int i=0;
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
DiagPrintf("Hello World : %d %d\r\n", i++);
|
DiagPrintf("Hello World : %d\r\n", i++);
|
||||||
HalDelayUs(1000000);
|
HalDelayUs(1000000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue