summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Naik2020-02-12 20:06:26 -0500
committerAditya Naik2020-02-12 20:06:26 -0500
commit92845f54739566c6cbb3df7eb02cae2501ff7f94 (patch)
treee155a3ccaab820da726bd87bdccb10f29493994e
parente5262dc4647ffacf7893c0ca8f2bf9c29b493e27 (diff)
Added stm32 example writeup
-rw-r--r--examples/stm32/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32/main.c b/examples/stm32/main.c
index d0d7d86..e202ae5 100644
--- a/examples/stm32/main.c
+++ b/examples/stm32/main.c
@@ -3,7 +3,7 @@
/* If using CubeMX, the HAL library files will be automatically placed in the correct location. The examples were tested with the Makefile option in CubeMX. */
/* If you are not using CubeMX to initialize the project, you are on your own */
-/* In order to run the example, you will need to copy the superloop code as well as the external function initializations from this file*/
+/* In order to run the example, you will need to copy the superloop code as well as the external function initializations from this file */
/* Function initialization for the STM32 HAL Library */
/* Since this library was orignally written to work with the STM32 HAL/LL API, the UART functions match perfectly and can be directly mapped to the Modbus library functions */