Skip to content

Commit 013cc7f

Browse files
committed
rm old safety comment
1 parent 03c24b4 commit 013cc7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flc-asm/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ impl FlashController<'_, '_> {
211211
while !self.gcr.sysctrl().read().icc0_flush().bit_is_clear() {}
212212

213213
// Clear the line fill buffer by reading 2 pages from flash
214-
215-
// SAFETY: `FLASH_MEM_BASE` points to a valid, aligned word within flash space.
216214
const {
217215
assert!(check_address_bounds(PAGE1..PAGE1 + 4));
218216
assert!(PAGE1 % 4 == 0);

0 commit comments

Comments
 (0)