Commit 8e00635f2efa4f097b22b6d0d8243e437cc86adf
1 parent
34d2e109
--no commit message
Showing
1 changed file
with
2 additions
and
2 deletions
Project/applications/smartcities/timer-loop.c
... | ... | @@ -69,13 +69,13 @@ void main(void) |
69 | 69 | |
70 | 70 | // Code |
71 | 71 | |
72 | - int i = 0; | |
72 | + int i = 1; | |
73 | 73 | printf(",----------------.\r\n"); |
74 | 74 | printf("| TIME LOOP TEST |\r\n"); |
75 | 75 | printf("'----------------'\r\n\r\n"); |
76 | 76 | |
77 | 77 | printf("--------\r\n"); |
78 | - printf("Loop #-1\r\n\r\n"); | |
78 | + printf("Loop #0\r\n\r\n"); | |
79 | 79 | |
80 | 80 | unsigned int time = getNTPTime(); |
81 | 81 | unsigned int timestamp = 0; | ... | ... |