aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/stm32/src/bin/fdcan.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/src/bin/fdcan.rs b/tests/stm32/src/bin/fdcan.rs
index 8534f92e8..8a397f661 100644
--- a/tests/stm32/src/bin/fdcan.rs
+++ b/tests/stm32/src/bin/fdcan.rs
@@ -92,7 +92,7 @@ fn options() -> (Config, TestOptions) {
92 ) 92 )
93} 93}
94 94
95#[cfg(any(feature = "stm32g491re", feature = "stm32g431cb"))] 95#[cfg(any(feature = "stm32g491re"))]
96fn options() -> (Config, TestOptions) { 96fn options() -> (Config, TestOptions) {
97 info!("G4 config"); 97 info!("G4 config");
98 ( 98 (