summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Naik2020-02-13 16:49:07 -0500
committerAditya Naik2020-02-13 16:49:07 -0500
commitc2af176babb9e63323f7791087a18ef3922b5ce4 (patch)
tree4fd066d9a7689e050ae94ad9baae660b9b099fd6
parent9f1b79dd7c3f6d968636e75480b2d1c247bdcb46 (diff)
STM32 example formatting
-rw-r--r--examples/stm32/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32/main.c b/examples/stm32/main.c
index a996667..b099847 100644
--- a/examples/stm32/main.c
+++ b/examples/stm32/main.c
@@ -15,10 +15,10 @@
* CubeMX.
*
* If not using CubeMX to initialize the project, refer to the HAL/LL user
- * manual for instructions on UART initialization
+ * manual for instructions on UART initialization.
*
* In order to run the example, the device initialization and superloop code
- * will need to be copied from this file into the CubeMX-generated files
+ * will need to be copied from this file into the CubeMX-generated files.
*
*/