We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb36b65 commit b983badCopy full SHA for b983bad
stm32-modules/vacuum-module/firmware/system/freertos_system_task.cpp
@@ -4,7 +4,6 @@
4
#include "firmware/firmware_tasks.hpp"
5
#include "firmware/freertos_tasks.hpp"
6
#include "firmware/system_policy.hpp"
7
-#include "firmware/vacuum_pressure_sensor_hardware.h"
8
#include "task.h"
9
#include "vacuum-module/system_task.hpp"
10
@@ -28,8 +27,8 @@ auto run(tasks::FirmwareTasks::QueueAggregator* aggregator) -> void {
28
27
_queue.provide_handle(handle);
29
aggregator->register_queue(_queue);
30
_top_task.provide_aggregator(aggregator);
31
- auto policy = SystemPolicy();
32
+ auto policy = SystemPolicy();
33
while (true) {
34
_top_task.run_once(policy);
35
}
0 commit comments