STM32VLDISCOVERY: Fix some incorrect GPIO comments.

This commit is contained in:
Uwe Hermann
2011-02-09 02:38:16 +01:00
parent 5bfffcbb29
commit 1cb45d8888
3 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ void usart_setup(void)
void gpio_setup(void)
{
/* Set GPIO8 (in GPIO port C) to 'output push-pull'. */
/* This drives the blue LED on the discovery. */
/* This drives the blue LED on the STM32VLDISCOVERY. */
gpio_set_mode(GPIOC, GPIO_MODE_OUTPUT_2_MHZ,
GPIO_CNF_OUTPUT_PUSHPULL, GPIO8);
}