Skip to content

Commit b983bad

Browse files
had a change that was j a space
1 parent fb36b65 commit b983bad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stm32-modules/vacuum-module/firmware/system/freertos_system_task.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include "firmware/firmware_tasks.hpp"
55
#include "firmware/freertos_tasks.hpp"
66
#include "firmware/system_policy.hpp"
7-
#include "firmware/vacuum_pressure_sensor_hardware.h"
87
#include "task.h"
98
#include "vacuum-module/system_task.hpp"
109

@@ -28,8 +27,8 @@ auto run(tasks::FirmwareTasks::QueueAggregator* aggregator) -> void {
2827
_queue.provide_handle(handle);
2928
aggregator->register_queue(_queue);
3029
_top_task.provide_aggregator(aggregator);
31-
auto policy = SystemPolicy();
3230

31+
auto policy = SystemPolicy();
3332
while (true) {
3433
_top_task.run_once(policy);
3534
}

0 commit comments

Comments
 (0)