03-08-2013, 06:33 PM
Ok make sense now, I now understand that in fact compiling make scheduler restart so g_scheduleUpdate is reset to 1
so next call of loop will detect the change and then reload the CSV thing. Copy that.
I suppose i don't need to declare int+ g_scheduleUpdate again in loop function because it's the same thread?
so next call of loop will detect the change and then reload the CSV thing. Copy that.
I suppose i don't need to declare int+ g_scheduleUpdate again in loop function because it's the same thread?