Removed unnecessary includes
This commit is contained in:
parent
2bbc3673b6
commit
5e125b7f49
|
@ -2,10 +2,8 @@
|
||||||
|
|
||||||
#include "esp_avrc_api.h"
|
#include "esp_avrc_api.h"
|
||||||
#include "esp_log.h"
|
#include "esp_log.h"
|
||||||
|
|
||||||
#include "esp_system.h"
|
#include "esp_system.h"
|
||||||
|
|
||||||
#include "freertos/portmacro.h"
|
|
||||||
#include "storage.h"
|
#include "storage.h"
|
||||||
#include "i2s.h"
|
#include "i2s.h"
|
||||||
#include "bluetooth.h"
|
#include "bluetooth.h"
|
||||||
|
@ -14,9 +12,6 @@
|
||||||
#include "twai.h"
|
#include "twai.h"
|
||||||
#include "volume.h"
|
#include "volume.h"
|
||||||
|
|
||||||
#include "freertos/FreeRTOS.h"
|
|
||||||
#include "freertos/task.h"
|
|
||||||
|
|
||||||
#define APP_TAG "APP"
|
#define APP_TAG "APP"
|
||||||
|
|
||||||
extern "C" void app_main() {
|
extern "C" void app_main() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user