Skip to content

Commit

Permalink
Fix compile for sam51
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd-ash committed Jan 6, 2025
1 parent 29168c7 commit d8056c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hal/src/delay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ use crate::clock::GenericClockController;
use crate::ehal::delay::DelayNs;
use crate::ehal_02;
use crate::time::Hertz;

#[hal_cfg("rtc-d5x")]
use crate::typelevel::Increment;

#[hal_cfg("rtc-d5x")]
Expand Down

0 comments on commit d8056c1

Please sign in to comment.