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
Hello,
I would like to use the SPI DMA XFER functionality in RTIC. The problem is that write like here moves spi_dma. In RTIC tasks everything is accessible via a mutable reference, so when I call write I get:
error[E0507]: cannot move out of `*spi_dma` which is behind a mutable reference
The text was updated successfully, but these errors were encountered:
Hello,
I would like to use the SPI DMA XFER functionality in RTIC. The problem is that
write
like here movesspi_dma
. In RTIC tasks everything is accessible via a mutable reference, so when I callwrite
I get:The text was updated successfully, but these errors were encountered: