mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-11 13:01:30 +11:00
Clean up comments.
This commit is contained in:
parent
5c55af76d2
commit
2423e42eb9
|
@ -144,8 +144,9 @@ rom_funcs_unsafe! {
|
||||||
/// 4096 bytes.
|
/// 4096 bytes.
|
||||||
b"RE" flash_range_erase(addr: u32, count: usize, block_size: u32, block_cmd: u8) -> ();
|
b"RE" flash_range_erase(addr: u32, count: usize, block_size: u32, block_cmd: u8) -> ();
|
||||||
|
|
||||||
/// Program data to a range of flash addresses starting at addr (offset from the start of flash)
|
/// Program data to a range of flash addresses starting at `addr` (and
|
||||||
/// and count bytesin size. addr must be aligned to a 256-byte boundary, and count must be a
|
/// offset from the start of flash) and `count` bytes in size. The value
|
||||||
|
/// `addr` must be aligned to a 256-byte boundary, and `count` must be a
|
||||||
/// multiple of 256.
|
/// multiple of 256.
|
||||||
b"RP" flash_range_program(addr: u32, data: *const u8, count: usize) -> ();
|
b"RP" flash_range_program(addr: u32, data: *const u8, count: usize) -> ();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue