diff --git a/software/main/src/main.cpp b/software/main/src/main.cpp index e692f7d..8e8e805 100644 --- a/software/main/src/main.cpp +++ b/software/main/src/main.cpp @@ -2,10 +2,8 @@ #include "esp_avrc_api.h" #include "esp_log.h" - #include "esp_system.h" -#include "freertos/portmacro.h" #include "storage.h" #include "i2s.h" #include "bluetooth.h" @@ -14,9 +12,6 @@ #include "twai.h" #include "volume.h" -#include "freertos/FreeRTOS.h" -#include "freertos/task.h" - #define APP_TAG "APP" extern "C" void app_main() {