diff options
| author | James Munns <[email protected]> | 2025-11-12 17:16:19 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-11-12 17:16:19 +0100 |
| commit | 110a5eb4e58ecee5bc45bd47c3366ea241587e1b (patch) | |
| tree | 197ce866045f221d877a7f6b9e9172c2f97a84d5 /examples/ostimer_race_test.rs | |
| parent | f2f53306e0eeb1f36b1e9852836a3f2c4510dddf (diff) | |
Remove example feats, get examples building
No CI, but this can be checked with `cargo check --all --examples`,
which now succeeds.
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 | ||
