Skip to content
Snippets Groups Projects
Commit 95bd27a2 authored by Alain Carlucci's avatar Alain Carlucci
Browse files

[DMA-test] Minor fix. Added a sleep in the log loop

parent b3b3af78
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,10 @@ int main() ...@@ -55,7 +55,10 @@ int main()
} }
} }
Thread::sleep(10);
} }
// NOT EXECUTED
while(1) while(1)
{ {
printf("---------%05d----------\n", ctr++); printf("---------%05d----------\n", ctr++);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment