We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab9336 commit dc7e636Copy full SHA for dc7e636
src/asm.rs
@@ -31,7 +31,7 @@ pub fn bkpt() {
31
///
32
/// NOTE that the delay can take much longer if interrupts are serviced during its execution
33
/// and the execution time may vary with other factors. This delay is mainly useful for simple
34
-/// timer-less initialisation of peripherals iff accurate timing is not essential. In any other
+/// timer-less initialization of peripherals iff accurate timing is not essential. In any other
35
/// case please use more accurate methods to cause a delay.
36
#[inline]
37
pub fn delay(_n: u32) {
0 commit comments