diff options
Diffstat (limited to 'tests/stm32/src/bin/fdcan.rs')
| -rw-r--r-- | tests/stm32/src/bin/fdcan.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stm32/src/bin/fdcan.rs b/tests/stm32/src/bin/fdcan.rs index 83d7eca85..c2a1a7bb8 100644 --- a/tests/stm32/src/bin/fdcan.rs +++ b/tests/stm32/src/bin/fdcan.rs | |||
| @@ -12,6 +12,7 @@ use embassy_stm32::{bind_interrupts, can, Config}; | |||
| 12 | use embassy_time::Duration; | 12 | use embassy_time::Duration; |
| 13 | use {defmt_rtt as _, panic_probe as _}; | 13 | use {defmt_rtt as _, panic_probe as _}; |
| 14 | 14 | ||
| 15 | #[path = "../can_common.rs"] | ||
| 15 | mod can_common; | 16 | mod can_common; |
| 16 | use can_common::*; | 17 | use can_common::*; |
| 17 | 18 | ||
