aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/asm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asm.rs b/src/asm.rs
index 09ef75d..fb77210 100644
--- a/src/asm.rs
+++ b/src/asm.rs
@@ -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) {
-again Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/fetch.js.txt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-29add more to buffer implementationGravatar Jarred Sumner 15-205/+934
2022-04-28ffi test codeGravatar Jarred Sumner 2-26/+247
2022-04-28wipGravatar Jarred Sumner 20-1049/+1601
2022-04-28commit moreGravatar Jarred Sumner 3-0/+81