lm3s: Cosmetics.

This commit is contained in:
Uwe Hermann 2011-11-12 09:57:08 +01:00
parent 30e188cf07
commit 99f4ca3b22

View File

@ -25,7 +25,7 @@ void gpio_setup(void)
SYSTEMCONTROL_RCGC2 |= 0x20; /* Enable GPIOF in run mode. */
GPIO_DIR(GPIOF) |= (1 << 0); /* Configure PF0 as output. */
GPIO_DEN(GPIOF) |= (1 << 0); /* Enable digital function on PF0 */
GPIO_DEN(GPIOF) |= (1 << 0); /* Enable digital function on PF0. */
}
int main(void)
@ -49,4 +49,3 @@ int main(void)
return 0;
}