diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-05-31 21:41:42 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-05-31 21:54:42 +0200 |
| commit | 999a2ad829d05b2a34797cf43d625d09bd796a58 (patch) | |
| tree | f6e5a6bb0f9990d79ac46a82981654947b2eec36 /tests/stm32 | |
| parent | ba940017ee8cabbb2a371243adc040b3460cd71c (diff) | |
Fix all check-cfg errors in the entire repo.
the main ci.sh now passes if running with nightly.
Diffstat (limited to 'tests/stm32')
| -rw-r--r-- | tests/stm32/src/bin/fdcan.rs | 2 |
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"))] |
| 96 | fn options() -> (Config, TestOptions) { | 96 | fn options() -> (Config, TestOptions) { |
| 97 | info!("G4 config"); | 97 | info!("G4 config"); |
| 98 | ( | 98 | ( |
