Skip to content

Commit

Permalink
docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Jun 3, 2024
1 parent 17371ea commit 91dc918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bios.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use crate::irq::IrqBits;
/// occur. This can create a significant savings of the battery while you're
/// waiting, so use this function when possible.
///
/// **Important:** This function forces [`IME`](crate::mmio::IME) on.
/// **Important:** This function forces [`IME`](crate::irq::IME) on.
///
/// Your interrupt handler (if any) will be run before this function returns.
///
Expand Down

0 comments on commit 91dc918

Please sign in to comment.