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
This commit is contained in:
Rocco Marco Guglielmi 2016-05-31 13:57:12 +00:00
parent 653e208b0a
commit 4b424b6515
4 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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);