diff --git a/cmake/components/rust-{{project-name}}/CMakeLists.txt b/cmake/components/rust-{{project-name}}/CMakeLists.txt index dd1e83f..9c5c1ab 100644 --- a/cmake/components/rust-{{project-name}}/CMakeLists.txt +++ b/cmake/components/rust-{{project-name}}/CMakeLists.txt @@ -1,6 +1,6 @@ # If this component depends on other components - be it ESP-IDF or project-specific ones - enumerate those in the double-quotes below, separated by spaces # Note that pthread should always be there, or else STD will not work -set(RUST_DEPS "pthread" "driver" "esp-adc") +set(RUST_DEPS "pthread" "driver" "esp_adc") # Here's a non-minimal, reasonable set of ESP-IDF components that one might want enabled for Rust: #set(RUST_DEPS "pthread" "esp_http_client" "esp_http_server" "espcoredump" "app_update" "esp_serial_slave_link" "nvs_flash" "spi_flash" "esp_adc_cal" "mqtt")