From 1cb45d8888ae922a8c20d9a84bc43de81b45a7b0 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 9 Feb 2011 02:38:16 +0100 Subject: STM32VLDISCOVERY: Fix some incorrect GPIO comments. --- examples/stm32/stm32-discovery/rtc/rtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stm32/stm32-discovery/rtc/rtc.c') diff --git a/examples/stm32/stm32-discovery/rtc/rtc.c b/examples/stm32/stm32-discovery/rtc/rtc.c index 6e599c0..c99920f 100644 --- a/examples/stm32/stm32-discovery/rtc/rtc.c +++ b/examples/stm32/stm32-discovery/rtc/rtc.c @@ -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); } -- cgit v1.2.3