ws2812-esp32-rmt-driver
ws2812-esp32-rmt-driver copied to clipboard
not support no std?
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;