diff --git a/components/freemodbus/CMakeLists.txt b/components/freemodbus/CMakeLists.txt index 3af4831..482616e 100644 --- a/components/freemodbus/CMakeLists.txt +++ b/components/freemodbus/CMakeLists.txt @@ -1,7 +1,4 @@ idf_build_get_property(target IDF_TARGET) -if(${target} STREQUAL "esp32c3") - return() # TODO ESP32-C3 IDF-2173 -endif() # The following five lines of boilerplate have to be in your project's # CMakeLists in this exact order for cmake to work correctly diff --git a/components/freemodbus/port/port.h b/components/freemodbus/port/port.h index 1924e67..3ff8e95 100644 --- a/components/freemodbus/port/port.h +++ b/components/freemodbus/port/port.h @@ -17,7 +17,6 @@ #define PORT_COMMON_H_ #include "freertos/FreeRTOS.h" -#include "freertos/xtensa_api.h" #include "esp_log.h" // for ESP_LOGE macro #include "mbconfig.h"