Skip to content
Snippets Groups Projects
Commit d4a98c85 authored by John Hodge's avatar John Hodge
Browse files

Removed debug message

parent 95581c2b
No related merge requests found
......@@ -129,7 +129,7 @@ void *Periodic_Thread(void *Unused)
for( ;; )
{
sleep(10); // Sleep for a while
printf("Periodic firing\n");
// printf("Periodic firing\n");
for( i = 0; i < ciMaxPeriodics; i ++ )
{
if( gaPeriodicCalls[i].Function )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment