last replacement

This commit is contained in:
Robin Müller 2021-07-12 23:01:17 +02:00
parent 8035af28b9
commit afebe15dc2
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -6,8 +6,8 @@
#include "../../tasks/PeriodicTaskIF.h" #include "../../tasks/PeriodicTaskIF.h"
#include "../../tasks/Typedef.h" #include "../../tasks/Typedef.h"
#include <freertos/FreeRTOS.h> #include "FreeRTOS.h"
#include <freertos/task.h> #include "task.h"
#include <vector> #include <vector>