Fix formatting of sector erase log
This commit is contained in:
parent
5504fc54fe
commit
bfebf7a436
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ unsafe fn blocking_erase(base: u32, from: u32, to: u32) -> Result<(), Error> {
|
|||
let mut address = start_address;
|
||||
while address < end_address {
|
||||
let sector = get_sector(address, regions);
|
||||
trace!("Erasing sector: {}", sector);
|
||||
trace!("Erasing sector: {:?}", sector);
|
||||
|
||||
critical_section::with(|_| {
|
||||
family::clear_all_err();
|
||||
|
|
Loading…
Reference in a new issue