aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/stm32-discovery/rtc/rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/stm32-discovery/rtc/rtc.c')
-rw-r--r--examples/stm32/stm32-discovery/rtc/rtc.c2
1 files changed, 1 insertions, 1 deletions
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);
}