From 196bf5f560a2ff1441027a72ce4b80130ec6fab3 Mon Sep 17 00:00:00 2001 From: Lurkars Date: Wed, 16 Dec 2020 09:15:32 +0100 Subject: [PATCH] typo --- components/interface/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/interface/CMakeLists.txt b/components/interface/CMakeLists.txt index 14ba37d..2ef7e95 100644 --- a/components/interface/CMakeLists.txt +++ b/components/interface/CMakeLists.txt @@ -1,14 +1,14 @@ set(priv_requires "ena" "ena-eke-proxy" "display" "rtc" "wifi-controller" ) if(CONFIG_ENA_INTERFACE_CUSTOM) - list(APPEND priv_requires "display-custom-ssd1306" "rtc-custom-ds3231") + list(APPEND priv_requires "display-custom-ssd1306" "rtc-custom-ds3231") elseif(CONFIG_ENA_INTERFACE_M5STICKC) - list(CONFIG_APPEND priv_requires "display-m5-st7735s" "rtc-m5-bm8563" "imu-m5-mpu6886" "pmu-m5-axp192") + list(APPEND priv_requires "display-m5-st7735s" "rtc-m5-bm8563" "imu-m5-mpu6886" "pmu-m5-axp192") elseif(CONFIG_ENA_INTERFACE_M5STICKC_PLUS) list(APPEND priv_requires "display-m5-st7789" "rtc-m5-bm8563" "imu-m5-mpu6886" "pmu-m5-axp192") elseif(CONFIG_ENA_INTERFACE_TTGO_T_WRISTBAND) list(APPEND priv_requires "display-ttgo-st7735" "imu-ttgo-lsm9ds1") -else() +else() list(APPEND priv_requires "display-custom-ssd1306" "rtc-custom-ds3231") # uncomment for custom device with SSD1306 und DS3231 # list(APPEND priv_requires "display-m5-st7735s" "rtc-m5-bm8563" "imu-m5-mpu6886" "pmu-m5-axp192") # uncomment for M5StickC # list(APPEND priv_requires "display-m5-st7789" "rtc-m5-bm8563" "imu-m5-mpu6886" "pmu-m5-axp192") # uncomment for M5StickC PLUS @@ -30,4 +30,4 @@ idf_component_register( "interface-wifi.c" INCLUDE_DIRS "." PRIV_REQUIRES ${priv_requires} -) \ No newline at end of file +)