From 08da18929383b8f296edbb3ed42c85a3f6860134 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sun, 6 Jul 2025 14:40:57 +0200 Subject: [PATCH] Fix --- main/tasks.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/tasks.h b/main/tasks.h index 1c39be9..a164907 100644 --- a/main/tasks.h +++ b/main/tasks.h @@ -1,14 +1,12 @@ #ifndef TASKS_H #define TASKS_H -#include "freertos/idf_additions.h" #include /* * This file exports all the individual tasks, avoiding tons of semi-empty headers. */ -#define LED_PIN 2 typedef uint8_t u8; typedef uint16_t u16; typedef uint32_t u32;