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:
parent
653e208b0a
commit
4b424b6515
|
@ -59,7 +59,7 @@ int main(void) {
|
||||||
chSysInit();
|
chSysInit();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Activates the serial driver 1 using the driver default configuration.
|
* Activates the serial driver 3 using the driver default configuration.
|
||||||
*/
|
*/
|
||||||
sdStart(&SD3, NULL);
|
sdStart(&SD3, NULL);
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,7 @@ int main(void) {
|
||||||
chSysInit();
|
chSysInit();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Activates the serial driver 1 using the driver default configuration.
|
* Activates the serial driver 3 using the driver default configuration.
|
||||||
*/
|
*/
|
||||||
sdStart(&SD3, NULL);
|
sdStart(&SD3, NULL);
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,7 @@ int main(void) {
|
||||||
chSysInit();
|
chSysInit();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Activates the serial driver 1 using the driver default configuration.
|
* Activates the serial driver 3 using the driver default configuration.
|
||||||
*/
|
*/
|
||||||
sdStart(&SD3, NULL);
|
sdStart(&SD3, NULL);
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,7 @@ int main(void) {
|
||||||
chSysInit();
|
chSysInit();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Activates the serial driver 1 using the driver default configuration.
|
* Activates the serial driver 3 using the driver default configuration.
|
||||||
*/
|
*/
|
||||||
sdStart(&SD3, NULL);
|
sdStart(&SD3, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue