Skip to content

Commit

Permalink
revert esp-storage change
Browse files Browse the repository at this point in the history
  • Loading branch information
playfulFence committed Nov 7, 2024
1 parent 1b28920 commit 5868c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-storage/build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fn main() -> Result<(), String> {
// Ensure that only a single chip is specified
esp_build::assert_unique_used_features!(
"esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s2", "esp32s3"
"esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32p4", "esp32s2", "esp32s3"
);

if cfg!(feature = "esp32") {
Expand Down

0 comments on commit 5868c10

Please sign in to comment.