Cryptjar / avr-progmem-rs

Progmem utility for the AVR architecture
Apache License 2.0
28 stars 8 forks source link

Only import `core::arch::asm` when targeting AVR #10

Closed gergoerdi closed 1 year ago

gergoerdi commented 1 year ago

This gets rid of the compile-time warning about the unused import.

Cryptjar commented 1 year ago

Looks about right, you just need to format your code via:

cargo +nightly fmt