Skip to content

Commit

Permalink
blegh rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Dec 29, 2024
1 parent 87b9cdd commit 60678fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal-x86_64/src/interrupt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pub enum MaskError {

/// ISA interrupt vectors
///
/// See: https://wiki.osdev.org/Interrupts#General_IBM-PC_Compatible_Interrupt_Information
/// See: [the other wiki](https://wiki.osdev.org/Interrupts#General_IBM-PC_Compatible_Interrupt_Information)
#[derive(Copy, Clone, Debug)]
#[repr(u8)]
pub enum IsaInterrupt {
Expand Down

0 comments on commit 60678fd

Please sign in to comment.