mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
Fixed tab stops in two c files.
This commit is contained in:
parent
6806e895cc
commit
5e2aeeea76
@ -207,7 +207,7 @@ static void actuatorTask(void* parameters)
|
|||||||
// Check how long since last update
|
// Check how long since last update
|
||||||
thisSysTime = xTaskGetTickCount();
|
thisSysTime = xTaskGetTickCount();
|
||||||
// reuse dt in case of wraparound
|
// reuse dt in case of wraparound
|
||||||
// todo (theothercliff thinks this might be needed):
|
// todo:
|
||||||
// if dT actually matters...
|
// if dT actually matters...
|
||||||
// fix it to know max value and subtract for currently correct dT on wrap
|
// fix it to know max value and subtract for currently correct dT on wrap
|
||||||
if(thisSysTime > lastSysTime)
|
if(thisSysTime > lastSysTime)
|
||||||
|
Loading…
Reference in New Issue
Block a user