fix: capitalisation of helper for linux build

Signed-off-by: Nils Ponsard <nilsponsard@gmail.com>
This commit is contained in:
Nils Ponsard
2025-07-12 20:07:24 +02:00
parent 9479c1c592
commit afc61276a9
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
#ifndef OPENIRISTASKS_HPP
#define OPENIRISTASKS_HPP
#include "Helpers.hpp"
#include "helpers.hpp"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_system.h"