Apply suggestions from code review

Co-authored-by: becothas <41289937+becothas@users.noreply.github.com>
This commit is contained in:
Barnaby Walters 2024-04-07 15:33:51 +02:00 committed by GitHub
parent cf0097162c
commit 56d34eefaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ fn main() -> ! {
let _p = embassy_stm32::init(Default::default());
// STM32s dont have software-defined interrupts, so just use any free interrupt vectors which arent used
// by the rest of your application. In this case were using UART6 and UART7, but theres nothing special
// by the rest of your application. In this case were using UART4 and UART5, but theres nothing special
// about them. Any otherwise unused interrupt vector would work exactly the same.
// High-priority executor: UART4, priority level 6

View File

@ -128,7 +128,7 @@ fn main() -> ! {
let _p = embassy_stm32::init(Default::default());
// STM32s dont have software-defined interrupts, so just use any free interrupt vectors which arent used
// by the rest of your application. In this case were using UART6 and UART7, but theres nothing special
// by the rest of your application. In this case were using UART4 and UART5, but theres nothing special
// about them. Any otherwise unused interrupt vector would work exactly the same.
// High-priority executor: UART4, priority level 6