Fixed comments

This commit is contained in:
onsdagens 2023-04-18 13:20:00 +02:00
parent f999d68071
commit 613136a5ef
6 changed files with 18 additions and 19 deletions

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]