Skip to content

Commit

Permalink
Misspelled comp name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 17, 2023
1 parent a2b64d4 commit cb4335f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/components/rust-{{project-name}}/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down

0 comments on commit cb4335f

Please sign in to comment.