Closed cathiele closed 3 years ago
The nonblocking display example is not working properly. I fixed it by removing Peripherals::take() and using the board variable as mut
Peripherals::take()
board
mut
Build succeeded:
The nonblocking display example is not working properly. I fixed it by removing
Peripherals::take()
and using theboard
variable asmut