From 7c20551c988918cdad797a343d2126820cd75e8f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 31 Mar 2016 14:03:43 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9189 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/RT-STM32F746G-DISCOVERY/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/main.c b/demos/STM32/RT-STM32F746G-DISCOVERY/main.c index 47616f8ca..6db5cde31 100644 --- a/demos/STM32/RT-STM32F746G-DISCOVERY/main.c +++ b/demos/STM32/RT-STM32F746G-DISCOVERY/main.c @@ -51,7 +51,7 @@ int main(void) { chSysInit(); /* - * GPIOI1 is programmed as output (board LED). + * ARD_D13 is programmed as output (board LED). */ palClearLine(LINE_ARD_D13); palSetLineMode(LINE_ARD_D13, PAL_MODE_OUTPUT_PUSHPULL); -- cgit v1.2.3