Skip to content

Commit

Permalink
use StandardId, ExtendedId and Id from embedded-hal instead of implem…
Browse files Browse the repository at this point in the history
…enting our own
  • Loading branch information
dimpolo committed Dec 18, 2024
1 parent 3ddfc77 commit bda2eb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 115 deletions.
113 changes: 0 additions & 113 deletions src/id.rs

This file was deleted.

3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@
mod embedded_hal;
pub mod filter;
mod frame;
mod id;
mod interrupt;

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

pub use id::{ExtendedId, Id, StandardId};
pub use embedded_can_04::{ExtendedId, Id, StandardId};

pub use crate::frame::{Data, Frame, FramePriority};
pub use crate::interrupt::{Interrupt, Interrupts};
Expand Down

0 comments on commit bda2eb7

Please sign in to comment.