Skip to content

Commit

Permalink
Fix compilation when device feature is off (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage authored Nov 28, 2024
1 parent 8d706e4 commit d3dacb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hal/src/peripherals/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub mod calibration {}
)]
pub mod timer {}

#[cfg(feature = "device")]
pub mod eic;

#[cfg(feature = "usb")]
Expand Down

0 comments on commit d3dacb6

Please sign in to comment.