SystemTask: add missing queue.h include for QueueHandle_t

main
Reinhold Gschweicher 2022-01-16 22:39:07 +07:00
parent 26ae828e39
commit bbc5af078d
1 changed files with 1 additions and 0 deletions

@ -3,6 +3,7 @@
#include <memory>
#include <FreeRTOS.h>
#include <queue.h>
#include <task.h>
#include <timers.h>
#include <heartratetask/HeartRateTask.h>