need to get familiar with CAN

This commit is contained in:
Robin Müller 2025-04-04 12:33:12 +02:00
parent 512de17719
commit 0baf8d7b32
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 1 additions and 0 deletions

0
va416xx-hal/src/can.rs Normal file
View File

View File

@ -48,6 +48,7 @@ pub mod timer;
pub mod typelevel;
pub mod uart;
pub mod wdt;
pub mod can;
#[cfg(feature = "va41630")]
pub mod nvm;