[can] Do not use wildcard reexport for bxcan
This commit is contained in:
@ -7,8 +7,7 @@ use embassy_hal_common::unborrow;
|
||||
use crate::gpio::sealed::AFType;
|
||||
use crate::{peripherals, rcc::RccPeripheral};
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use bxcan::*;
|
||||
pub use bxcan;
|
||||
|
||||
pub struct Can<'d, T: Instance + bxcan::Instance> {
|
||||
phantom: PhantomData<&'d mut T>,
|
||||
|
Reference in New Issue
Block a user