Skip to content

Commit

Permalink
Remove completed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyGrondin committed Aug 12, 2024
1 parent 44b6868 commit b04667b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esp-hal/src/sha.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ macro_rules! impl_sha {
}

/// Implement Default to create hasher out of thin air
/// TODO: Ensure safety is when using multiple Sha at once.
impl<'d> core::default::Default for $name<'d, crate::Blocking> {
fn default() -> Self {
let sha = unsafe { crate::peripherals::SHA::steal() };
Expand Down

0 comments on commit b04667b

Please sign in to comment.