diff options
Diffstat (limited to 'examples/ostimer_race_test.rs')
| -rw-r--r-- | examples/ostimer_race_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ostimer_race_test.rs b/examples/ostimer_race_test.rs index a637b6353..368a3e52f 100644 --- a/examples/ostimer_race_test.rs +++ b/examples/ostimer_race_test.rs | |||
| @@ -267,7 +267,7 @@ async fn test_concurrent_operations( | |||
| 267 | async fn test_reset_during_operation( | 267 | async fn test_reset_during_operation( |
| 268 | ostimer: &hal::ostimer::Ostimer<'_, hal::ostimer::Ostimer0>, | 268 | ostimer: &hal::ostimer::Ostimer<'_, hal::ostimer::Ostimer0>, |
| 269 | uart: &mut hal::uart::Uart<hal::uart::Lpuart2>, | 269 | uart: &mut hal::uart::Uart<hal::uart::Lpuart2>, |
| 270 | peripherals: &hal::pac::Peripherals, | 270 | peripherals: &mcxa_pac::Peripherals, |
| 271 | ) { | 271 | ) { |
| 272 | let initial_counter = ostimer.now(); | 272 | let initial_counter = ostimer.now(); |
| 273 | 273 | ||
