diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-31 14:03:43 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-31 14:03:43 +0000 |
commit | 7c20551c988918cdad797a343d2126820cd75e8f (patch) | |
tree | 52b0ec69c403a3b807b38542edb9ba9adfb524b2 /demos | |
parent | 039a6c7349a3525842d1ffb8f0317cc6fcc3e454 (diff) | |
download | ChibiOS-7c20551c988918cdad797a343d2126820cd75e8f.tar.gz ChibiOS-7c20551c988918cdad797a343d2126820cd75e8f.tar.bz2 ChibiOS-7c20551c988918cdad797a343d2126820cd75e8f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9189 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/STM32/RT-STM32F746G-DISCOVERY/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|