almusil / rfm69

A generic rust driver to support RFM69 family wireless chips.
Apache License 2.0
9 stars 9 forks source link

make some buffers non-mutable #17

Closed rkreis closed 3 years ago

rkreis commented 3 years ago

Using the spi::Write trait, we can make some buffers non-mut. For example, send no longer overwrites the packet buffer.

rkreis commented 3 years ago

Fixed it :)