diff options
author | 2020-07-09 00:17:31 +0200 | |
---|---|---|
committer | 2020-07-09 00:17:31 +0200 | |
commit | dc7e636bbaa0912ac97d0bceac27f0d7675e7023 (patch) | |
tree | b0ae9e2330fa50ef5ca2e04743b312f9cc0d8598 | |
parent | cab9336edb48855b3797ed87ed856c558ad75c36 (diff) | |
download | cortex-m-dc7e636bbaa0912ac97d0bceac27f0d7675e7023.tar.gz cortex-m-dc7e636bbaa0912ac97d0bceac27f0d7675e7023.tar.zst cortex-m-dc7e636bbaa0912ac97d0bceac27f0d7675e7023.zip |
Change spelling of initialisation to AE
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
-rw-r--r-- | src/asm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ pub fn bkpt() { /// /// NOTE that the delay can take much longer if interrupts are serviced during its execution /// and the execution time may vary with other factors. This delay is mainly useful for simple -/// 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 /// case please use more accurate methods to cause a delay. #[inline] pub fn delay(_n: u32) { |