stm32: add minimal fdcan impl

This commit is contained in:
xoviat
2023-07-22 11:50:30 -05:00
parent 19c6c698b5
commit 5693ed1178
2 changed files with 67 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#![macro_use]
#[cfg_attr(can_bxcan, path = "bxcan.rs")]
#[cfg_attr(can_fdcan, path = "fdcan.rs")]
mod _version;
pub use _version::*;