Whitespace changes in the tiva(stellaris/lpc directory structure commit
This commit is contained in:
committed by
Frantisek Burian
parent
1740fee230
commit
06208be477
@@ -22,4 +22,3 @@ BINARY = miniblink
|
||||
LDSCRIPT = ../ek-lm4f120xl.ld
|
||||
|
||||
include ../../Makefile.include
|
||||
|
||||
|
||||
@@ -18,5 +18,3 @@ Pressing SW1 bypasses the PLL completely, and runs off the raw 16MHz clock
|
||||
provided by the external crystal oscillator.
|
||||
The LEDs will toggle at different speeds, depending on the system clock. The
|
||||
system clock changes are handled within the interrupt service routine.
|
||||
|
||||
|
||||
|
||||
@@ -192,7 +192,7 @@ void gpiof_isr(void)
|
||||
/* Clear interrupt source */
|
||||
gpio_clear_interrupt_flag(GPIOF, USR_SW1);
|
||||
}
|
||||
|
||||
|
||||
if (gpio_is_interrupt_source(GPIOF, USR_SW2)) {
|
||||
/* SW2 was just depressed */
|
||||
if (!bypass) {
|
||||
|
||||
Reference in New Issue
Block a user