This commit is contained in:
Lokathor 2019-03-06 19:41:03 -07:00
parent ac031627c8
commit 9491249089

View file

@ -156,7 +156,7 @@ impl IrqEnableSetting {
/// Yes, you want to have interrupts.
pub const IRQ_YES: Self = Self::new().with_interrupts_enabled(true);
/// No, please do not have interrupts.
/// No, you do not want to have interrupts.
pub const IRQ_NO: Self = Self::new();
}