Closed Dirbaio closed 3 years ago
It compiles cleanly, except for the PAC missing fields for the tasks registers. Replaced those with .bits(1), which works on all chips.
.bits(1)
Untested on hardware as I don't have a nrf52832 at hand.
Tested OK on a DWM1001C.
@bors r+
@bors is for the rust-lang instance, the one we use doesn't use @:
@bors
@
bors r=jonathanpallant
Build succeeded:
It compiles cleanly, except for the PAC missing fields for the tasks registers. Replaced those with
.bits(1)
, which works on all chips.Untested on hardware as I don't have a nrf52832 at hand.