Skip to content

Commit cab9336

Browse files
Update src/asm.rs
Co-authored-by: Jonas Schievink <[email protected]>
1 parent ac64691 commit cab9336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub fn bkpt() {
3030
/// level, however it is dependent on the specific architecture and core configuration.
3131
///
3232
/// NOTE that the delay can take much longer if interrupts are serviced during its execution
33-
/// and the execution time may wary with other factors. This delay is mainly useful for simple
33+
/// and the execution time may vary with other factors. This delay is mainly useful for simple
3434
/// timer-less initialisation of peripherals iff accurate timing is not essential. In any other
3535
/// case please use more accurate methods to cause a delay.
3636
#[inline]

0 commit comments

Comments
 (0)