Skip to content

Commit bda2eb7

Browse files
committed
use StandardId, ExtendedId and Id from embedded-hal instead of implementing our own
1 parent 3ddfc77 commit bda2eb7

File tree

2 files changed

+1
-115
lines changed

2 files changed

+1
-115
lines changed

src/id.rs

Lines changed: 0 additions & 113 deletions
This file was deleted.

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@
3535
mod embedded_hal;
3636
pub mod filter;
3737
mod frame;
38-
mod id;
3938
mod interrupt;
4039

4140
#[allow(clippy::all)] // generated code
4241
mod pac;
4342

44-
pub use id::{ExtendedId, Id, StandardId};
43+
pub use embedded_can_04::{ExtendedId, Id, StandardId};
4544

4645
pub use crate::frame::{Data, Frame, FramePriority};
4746
pub use crate::interrupt::{Interrupt, Interrupts};

0 commit comments

Comments
 (0)