Skip to content

Commit 2b68981

Browse files
committed
Updated link to interrupts to pulseInLong.
1 parent 1e9ba27 commit 2b68981

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
@@ -72,7 +72,7 @@ void loop() {
7272

7373
[float]
7474
=== Anmerkungen und Warnungen
75-
Diese Funktion verlässt sich auf `micros()` und kann somit in link:../../interrupts/nointerrupts[noInterrupts()] Kontexten nicht verwendet werden.
75+
Diese Funktion verlässt sich auf `micros()` und kann somit in link:../Interrupts/noInterrupts.adoc[noInterrupts()] Kontexten nicht verwendet werden.
7676

7777
--
7878
// HOW TO USE SECTION ENDS

0 commit comments

Comments
 (0)