CAN support with bxcan crate

This commit is contained in:
Timo Kröger
2021-08-06 00:08:24 +02:00
committed by Dario Nieuwenhuis
parent 0fee2b9509
commit 7c405250a7
5 changed files with 171 additions and 0 deletions

View File

@ -27,6 +27,8 @@ mod time_driver;
#[cfg(adc)]
pub mod adc;
#[cfg(bxcan)]
pub mod bxcan;
#[cfg(dac)]
pub mod dac;
#[cfg(dbgmcu)]