Skip to content

Commit 1cb1eca

Browse files
authored
Merge pull request #651 from animeshsrivastava24/patch-24
Fixed code syntax related typo in pulseInLong.adoc
2 parents 1439059 + 462caff commit 1cb1eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Advanced IO/pulseInLong.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void loop() {
7676

7777
[float]
7878
=== Notes and Warnings
79-
This function relies on micros() so cannot be used in link:../../interrupts/nointerrupts[noInterrupts()] context.
79+
This function relies on `micros()` so cannot be used in link:../../interrupts/nointerrupts[noInterrupts()] context.
8080

8181
--
8282
// HOW TO USE SECTION ENDS

0 commit comments

Comments
 (0)