aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM4-STM32F373-STM32373C_EVAL/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARMCM4-STM32F373-STM32373C_EVAL/main.c')
-rw-r--r--demos/ARMCM4-STM32F373-STM32373C_EVAL/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/ARMCM4-STM32F373-STM32373C_EVAL/main.c b/demos/ARMCM4-STM32F373-STM32373C_EVAL/main.c
index 607b82a1a..11a089df2 100644
--- a/demos/ARMCM4-STM32F373-STM32373C_EVAL/main.c
+++ b/demos/ARMCM4-STM32F373-STM32373C_EVAL/main.c
@@ -62,7 +62,8 @@ int main(void) {
chSysInit();
/*
- * Activates the serial driver 2 using. pins are pre-configured in board.h.
+ * Activates the serial driver 2 using the default configuration, pins
+ * are pre-configured in board.h.
*/
sdStart(&SD2, NULL);