6 lines
92 B
Rust
6 lines
92 B
Rust
#![macro_use]
|
|
|
|
#[cfg_attr(can_bxcan, path = "bxcan.rs")]
|
|
mod _version;
|
|
pub use _version::*;
|