Skip to content

Commit f61b086

Browse files
committed
Fix broken link.
1 parent 3fa515f commit f61b086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/docs/DRIVERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MicroPython's `asyncio` when used in a microcontroller context.
2525
6. [Quadrature encoders](./DRIVERS.md#6-quadrature-encoders) Asynchronous interface for rotary encoders.
2626
6.1 [Encoder class](./DRIVERS.md#61-encoder-class)
2727
7. [Ringbuf Queue](./DRIVERS.md#7-ringbuf-queue) A MicroPython optimised queue primitive.
28-
8. [Delay_ms class](./DRIVERS.md#8-delay_ms class) A flexible retriggerable delay with callback or Event interface.
28+
8. [Delay_ms class](./DRIVERS.md#8-delay_ms-class) A flexible retriggerable delay with callback or Event interface.
2929
9. [Additional functions](./DRIVERS.md#9-additional-functions)
3030
9.1 [launch](./DRIVERS.md#91-launch) Run a coro or callback interchangeably.
3131
9.2 [set_global_exception](./DRIVERS.md#92-set_global_exception) Simplify debugging with a global exception handler.

0 commit comments

Comments
 (0)