integrated change manually
This commit is contained in:
parent
02be87aa03
commit
89d3fe5095
@ -65,7 +65,7 @@ void PeriodicTask::taskFunctionality() {
|
|||||||
TickType_t xLastWakeTime;
|
TickType_t xLastWakeTime;
|
||||||
const TickType_t xPeriod = pdMS_TO_TICKS(this->period * 1000.);
|
const TickType_t xPeriod = pdMS_TO_TICKS(this->period * 1000.);
|
||||||
|
|
||||||
for (auto const& object: objectList) {
|
for (auto const &object: objectList) {
|
||||||
object->initializeAfterTaskCreation();
|
object->initializeAfterTaskCreation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user