This commit is contained in:
Juraj Sadel 2025-09-18 17:30:38 +02:00 committed by GitHub
parent 3d0d20002e
commit 9e892db654
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,7 +282,6 @@ impl Package {
|| config.name() == "esp32c3" || config.name() == "esp32c3"
|| config.name() == "esp32s2" || config.name() == "esp32s2"
{ {
println!("pizda usho");
features.push("portable-atomic/unsafe-assume-single-core".to_owned()); features.push("portable-atomic/unsafe-assume-single-core".to_owned());
} }
} }