ws2812-esp32-rmt-driver icon indicating copy to clipboard operation
ws2812-esp32-rmt-driver copied to clipboard

not support no std?

Open muei opened this issue 1 year ago • 5 comments

error[E0405]: cannot find trait Sync in this scope --> /home/esp/.cargo/registry/src/index.crates.io-6f17d22bba150 01f/thiserror-1.0.61/src/aserror.rs:50:40 | 50 | ...ror + Send + Sync + UnwindSafe + 'a {} | ^^^^ not found in this scope | help: consider importing this trait | 1 + use core::marker::Sync;

muei avatar Jun 11 '24 05:06 muei