diff options
| author | Nicolas Mattia <[email protected]> | 2025-10-26 11:37:05 +0100 |
|---|---|---|
| committer | Nicolas Mattia <[email protected]> | 2025-10-26 11:43:05 +0100 |
| commit | 724edcaf70494316507af2d3bc7cdbcb2b3be06d (patch) | |
| tree | d3391c560c47de095d07347ab464f646e1d46e1b /embassy-rp/src | |
| parent | c8c4c6f40bd8a2e548f3c8e06b798d448f67b884 (diff) | |
rp: fix typo in Input interrupt comment
Diffstat (limited to 'embassy-rp/src')
| -rw-r--r-- | embassy-rp/src/gpio.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/src/gpio.rs b/embassy-rp/src/gpio.rs index c15e0e41b..154fc1585 100644 --- a/embassy-rp/src/gpio.rs +++ b/embassy-rp/src/gpio.rs | |||
| @@ -300,7 +300,7 @@ impl<'d> InputFuture<'d> { | |||
| 300 | 300 | ||
| 301 | // Each INTR register is divided into 8 groups, one group for each | 301 | // Each INTR register is divided into 8 groups, one group for each |
| 302 | // pin, and each group consists of LEVEL_LOW, LEVEL_HIGH, EDGE_LOW, | 302 | // pin, and each group consists of LEVEL_LOW, LEVEL_HIGH, EDGE_LOW, |
| 303 | // and EGDE_HIGH. | 303 | // and EDGE_HIGH. |
| 304 | pin.int_proc() | 304 | pin.int_proc() |
| 305 | .inte((pin.pin() / 8) as usize) | 305 | .inte((pin.pin() / 8) as usize) |
| 306 | .write_set(|w| match level { | 306 | .write_set(|w| match level { |
