aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-05-31 21:41:42 +0200
committerDario Nieuwenhuis <[email protected]>2024-05-31 21:54:42 +0200
commit999a2ad829d05b2a34797cf43d625d09bd796a58 (patch)
treef6e5a6bb0f9990d79ac46a82981654947b2eec36 /tests
parentba940017ee8cabbb2a371243adc040b3460cd71c (diff)
Fix all check-cfg errors in the entire repo.
the main ci.sh now passes if running with nightly.
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 (