Removed unnecessary includes

This commit is contained in:
Dreaded_X 2022-07-07 21:46:43 +02:00
parent 2bbc3673b6
commit 5e125b7f49
Signed by: Dreaded_X
GPG Key ID: 76BDEC4E165D8AD9

View File

@ -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() {