Use ST STM32VLDISCOVERY board name consistently.

This commit is contained in:
Uwe Hermann
2011-02-09 02:34:50 +01:00
parent 62f3897a2e
commit 5bfffcbb29
6 changed files with 12 additions and 7 deletions

View File

@@ -61,6 +61,7 @@ int main(void)
while (1) {
gpio_toggle(GPIOC, GPIO9);
/* Upon button press, blink more slowly. */
exti_line_state = GPIOA_IDR;
if ((exti_line_state & (1 << 0)) != 0) {
for (i = 0; i < 800000; i++) /* Wait a bit. */