simplify dependencies

This commit is contained in:
Philippe G
2021-12-28 22:44:05 -08:00
parent 1ee0a232f4
commit d2f8d51c28
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
idf_component_register(SRC_DIRS .
INCLUDE_DIRS . ${IDF_PATH}/components/driver
REQUIRES json tools platform_config display
PRIV_REQUIRES soc esp32 squeezelite
PRIV_REQUIRES soc esp32
)

View File

@@ -28,7 +28,6 @@
#include "driver/gpio.h"
#include "driver/spi_common_internal.h"
#include "esp32/rom/efuse.h"
#include "adac.h"
#include "trace.h"
#include "monitor.h"
#include "messaging.h"