mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
OP-1009 missing initialization on a previously static variable.
+review OPReview-516
This commit is contained in:
parent
b012d55f26
commit
54af41765e
@ -167,7 +167,7 @@ static void systemTask(__attribute__((unused)) void *parameters)
|
||||
{
|
||||
/* start the delayed callback scheduler */
|
||||
CallbackSchedulerStart();
|
||||
uint8_t cycleCount;
|
||||
uint8_t cycleCount = 0;
|
||||
/* create all modules thread */
|
||||
MODULE_TASKCREATE_ALL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user