Closed dzervas closed 9 months ago
oh right! macro_rules!
, I completely forgot about it!
Thanks! Can you also revert the formatting changes to Cargo.toml?
I think you still need your [[bin]]
section? I was just asking you to revert the formatting changes that were unrelated to this PR.
oops, reverted a bit too much!
Thanks! nrf-softdevice now supports rustc stable, so we can't use any nightly features. Is it possible to rework your
hid
macro to usemacro_rules!
instead?