We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac64691 commit cab9336Copy full SHA for cab9336
src/asm.rs
@@ -30,7 +30,7 @@ pub fn bkpt() {
30
/// level, however it is dependent on the specific architecture and core configuration.
31
///
32
/// 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
+/// 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
35
/// case please use more accurate methods to cause a delay.
36
#[inline]
0 commit comments