Skip to content

Commit c56c7bf

Browse files
Update mdbook/src/15-interrupts/README.md
Co-authored-by: Daniel Egger <[email protected]>
1 parent f9f1c8a commit c56c7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdbook/src/15-interrupts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ decorated with `#[interrupt]` so that it returns using a return-from-interrupt i
5454
than the normal way. The function may not take arguments and must return `()`.
5555

5656
There are two steps to configure the interrupt. First, the GPIOTE must be set up to generate an
57-
interrupt when the wire connect to Button A goes from high to low voltage. Second, the NVIC must be
57+
interrupt when the pin connected to Button A goes from high to low voltage. Second, the NVIC must be
5858
configured to allow the interrupt. Order matters a bit: doing things in the "wrong" order may
5959
generate a bogus interrupt before you are ready to handle it.
6060

0 commit comments

Comments
 (0)