rp-hal-boards/rp2040-hal
9names 512172179a
Add unsafe blocks around write_with_zero calls (#68)
The newer version of svd2rust used in the PAC marks write_with_zero calls as unsafe, where the old one did not.
This PR wraps the only 2 calls instances of this in the HAL with unsafe blocks to fix the compile errors.
2021-07-27 09:31:19 +10:00
..
examples Also clippy check examples 2021-07-26 20:37:08 +10:00
src Add unsafe blocks around write_with_zero calls (#68) 2021-07-27 09:31:19 +10:00
.gitignore Initial Commit: Updated author information. 2021-01-22 09:18:12 -05:00
Cargo.toml Add HD44780 example (#60) 2021-07-23 18:37:36 +10:00