Fixed comments
This commit is contained in:
parent
f999d68071
commit
613136a5ef
@ -1,7 +1,7 @@
|
||||
//! GPIO interrupt
|
||||
//! Software Interrupts
|
||||
//!
|
||||
//! This prints "Interrupt" when the boot button is pressed.
|
||||
//! It also blinks an LED like the blinky example.
|
||||
//! An example of how software interrupts can be raised and reset
|
||||
//! Should rotate through all of the available interrupts printing their number when raised.
|
||||
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
//! GPIO interrupt
|
||||
//! Software Interrupts
|
||||
//!
|
||||
//! This prints "Interrupt" when the boot button is pressed.
|
||||
//! It also blinks an LED like the blinky example.
|
||||
//! An example of how software interrupts can be raised and reset
|
||||
//! Should rotate through all of the available interrupts printing their number when raised.
|
||||
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
//! GPIO interrupt
|
||||
//! Software Interrupts
|
||||
//!
|
||||
//! This prints "Interrupt" when the boot button is pressed.
|
||||
//! It also blinks an LED like the blinky example.
|
||||
//! An example of how software interrupts can be raised and reset
|
||||
//! Should rotate through all of the available interrupts printing their number when raised.
|
||||
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
//! GPIO interrupt
|
||||
//! Software Interrupts
|
||||
//!
|
||||
//! This prints "Interrupt" when the boot button is pressed.
|
||||
//! It also blinks an LED like the blinky example.
|
||||
|
||||
//! An example of how software interrupts can be raised and reset
|
||||
//! Should rotate through all of the available interrupts printing their number when raised.
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
//! GPIO interrupt
|
||||
//! Software Interrupts
|
||||
//!
|
||||
//! This prints "Interrupt" when the boot button is pressed.
|
||||
//! It also blinks an LED like the blinky example.
|
||||
//! An example of how software interrupts can be raised and reset
|
||||
//! Should rotate through all of the available interrupts printing their number when raised.
|
||||
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
//! GPIO interrupt
|
||||
//! Software Interrupts
|
||||
//!
|
||||
//! This prints "Interrupt" when the boot button is pressed.
|
||||
//! It also blinks an LED like the blinky example.
|
||||
//! An example of how software interrupts can be raised and reset
|
||||
//! Should rotate through all of the available interrupts printing their number when raised.
|
||||
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user