Skip to content

Commit

Permalink
build/config.rs: non-native build fix (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardicus authored Oct 5, 2023
1 parent 9cc652d commit 86dcc1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ impl BuildConfig {
esp_idf_sdkconfig,
esp_idf_sdkconfig_defaults,
mcu,
#[cfg(feature = "native")]
native: _,
esp_idf_sys_root_crate: _,
},
Expand Down

0 comments on commit 86dcc1c

Please sign in to comment.