You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a little adapter like this.
use embedded_storage::nor_flash::ReadNorFlashasSyncReadNorFlash;use embedded_storage_async::nor_flash::ReadNorFlashasAsyncReadNorFlash;pubstructNorFlash<F>(F);impl<F:SyncReadNorFlash>AsyncReadNorFlashforNorFlash<F>{
...
}
The text was updated successfully, but these errors were encountered:
It would be nice to have a little adapter like this.
The text was updated successfully, but these errors were encountered: