"static mut SPI_INSTANCE: Mutex<..." <- > <@dirbaio:matrix.org> ```rust > static SPI_INSTANCE: Mutex>>> = Mutex::new(Cell::new(None)); > ``` error[E0277]: `(dyn embedded_hal::spi::SpiDevice + 'static)` cannot be sent between threads safely :(