diff options
| author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-31 13:57:12 +0000 | 
|---|---|---|
| committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-31 13:57:12 +0000 | 
| commit | 4b424b6515659e32203f3a45e08474efe85f1448 (patch) | |
| tree | 798b01b08319718df27303495277a1e6c414a3ab | |
| parent | 653e208b0adac0775183a1f41560a140ffc63f98 (diff) | |
| download | ChibiOS-4b424b6515659e32203f3a45e08474efe85f1448.tar.gz ChibiOS-4b424b6515659e32203f3a45e08474efe85f1448.tar.bz2 ChibiOS-4b424b6515659e32203f3a45e08474efe85f1448.zip  | |
Small comment related fixes in STM32 Nucleo-144 demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9545 35acf78f-673a-0410-8e92-d51de3d6d3f4
| -rw-r--r-- | demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c | 2 | ||||
| -rw-r--r-- | demos/STM32/RT-STM32F429ZI-NUCLEO144/main.c | 2 | ||||
| -rw-r--r-- | demos/STM32/RT-STM32F446ZE-NUCLEO144/main.c | 2 | ||||
| -rw-r--r-- | demos/STM32/RT-STM32F746ZG-NUCLEO144/main.c | 2 | 
4 files changed, 4 insertions, 4 deletions
diff --git a/demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c b/demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c index fa8247b41..8e76d745b 100644 --- a/demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c +++ b/demos/STM32/RT-STM32F303ZE-NUCLEO144/main.c @@ -59,7 +59,7 @@ int main(void) {    chSysInit();
    /*
 -   * Activates the serial driver 1 using the driver default configuration.
 +   * Activates the serial driver 3 using the driver default configuration.
     */
    sdStart(&SD3, NULL);
 diff --git a/demos/STM32/RT-STM32F429ZI-NUCLEO144/main.c b/demos/STM32/RT-STM32F429ZI-NUCLEO144/main.c index fa8247b41..8e76d745b 100644 --- a/demos/STM32/RT-STM32F429ZI-NUCLEO144/main.c +++ b/demos/STM32/RT-STM32F429ZI-NUCLEO144/main.c @@ -59,7 +59,7 @@ int main(void) {    chSysInit();
    /*
 -   * Activates the serial driver 1 using the driver default configuration.
 +   * Activates the serial driver 3 using the driver default configuration.
     */
    sdStart(&SD3, NULL);
 diff --git a/demos/STM32/RT-STM32F446ZE-NUCLEO144/main.c b/demos/STM32/RT-STM32F446ZE-NUCLEO144/main.c index fa8247b41..8e76d745b 100644 --- a/demos/STM32/RT-STM32F446ZE-NUCLEO144/main.c +++ b/demos/STM32/RT-STM32F446ZE-NUCLEO144/main.c @@ -59,7 +59,7 @@ int main(void) {    chSysInit();
    /*
 -   * Activates the serial driver 1 using the driver default configuration.
 +   * Activates the serial driver 3 using the driver default configuration.
     */
    sdStart(&SD3, NULL);
 diff --git a/demos/STM32/RT-STM32F746ZG-NUCLEO144/main.c b/demos/STM32/RT-STM32F746ZG-NUCLEO144/main.c index fa8247b41..8e76d745b 100644 --- a/demos/STM32/RT-STM32F746ZG-NUCLEO144/main.c +++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/main.c @@ -59,7 +59,7 @@ int main(void) {    chSysInit();
    /*
 -   * Activates the serial driver 1 using the driver default configuration.
 +   * Activates the serial driver 3 using the driver default configuration.
     */
    sdStart(&SD3, NULL);
  | 
