diff --git a/esp32/Cargo.toml b/esp32/Cargo.toml index 23cb90e6d..d3f77592e 100644 --- a/esp32/Cargo.toml +++ b/esp32/Cargo.toml @@ -34,7 +34,7 @@ xtensa-lx = "0.9.0" defmt = { version = "0.3.8", optional = true } [features] -default = ["xtensa-lx/spin"] +default = [] rt = [] impl-register-debug = [] defmt = ["dep:defmt"] diff --git a/esp32s3/Cargo.toml b/esp32s3/Cargo.toml index f82db2d90..b22c4ece4 100644 --- a/esp32s3/Cargo.toml +++ b/esp32s3/Cargo.toml @@ -34,7 +34,7 @@ xtensa-lx = "0.9.0" defmt = { version = "0.3.8", optional = true } [features] -default = ["xtensa-lx/spin"] +default = [] rt = [] impl-register-debug = [] defmt = ["dep:defmt"]