From 110a5eb4e58ecee5bc45bd47c3366ea241587e1b Mon Sep 17 00:00:00 2001 From: James Munns Date: Wed, 12 Nov 2025 17:16:19 +0100 Subject: Remove example feats, get examples building No CI, but this can be checked with `cargo check --all --examples`, which now succeeds. --- examples/ostimer_race_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ostimer_race_test.rs') 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( async fn test_reset_during_operation( ostimer: &hal::ostimer::Ostimer<'_, hal::ostimer::Ostimer0>, uart: &mut hal::uart::Uart, - peripherals: &hal::pac::Peripherals, + peripherals: &mcxa_pac::Peripherals, ) { let initial_counter = ostimer.now(); -- cgit