diff options
| author | Barnaby Walters <[email protected]> | 2024-04-07 15:33:51 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-07 15:33:51 +0200 |
| commit | 56d34eefaa2862ebaf883e5388f909f7989aba1f (patch) | |
| tree | 31f5d4c4d6f7aed09cbe5e683ced85fb2fec4949 /examples/stm32h7/src | |
| parent | cf0097162cb33d77d90ce5cb50f8fb5c24972748 (diff) | |
Apply suggestions from code review
Co-authored-by: becothas <[email protected]>
Diffstat (limited to 'examples/stm32h7/src')
| -rw-r--r-- | examples/stm32h7/src/bin/multiprio.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7/src/bin/multiprio.rs b/examples/stm32h7/src/bin/multiprio.rs index f9a00f806..ded9d390e 100644 --- a/examples/stm32h7/src/bin/multiprio.rs +++ b/examples/stm32h7/src/bin/multiprio.rs | |||
| @@ -128,7 +128,7 @@ fn main() -> ! { | |||
| 128 | let _p = embassy_stm32::init(Default::default()); | 128 | let _p = embassy_stm32::init(Default::default()); |
| 129 | 129 | ||
| 130 | // STM32s don’t have software-defined interrupts, so just use any free interrupt vectors which aren’t used | 130 | // STM32s don’t have software-defined interrupts, so just use any free interrupt vectors which aren’t used |
| 131 | // by the rest of your application. In this case we’re using UART6 and UART7, but there’s nothing special | 131 | // by the rest of your application. In this case we’re using UART4 and UART5, but there’s nothing special |
| 132 | // about them. Any otherwise unused interrupt vector would work exactly the same. | 132 | // about them. Any otherwise unused interrupt vector would work exactly the same. |
| 133 | 133 | ||
| 134 | // High-priority executor: UART4, priority level 6 | 134 | // High-priority executor: UART4, priority level 6 |
