summaryrefslogtreecommitdiff
path: root/examples/stm32/main.c
diff options
context:
space:
mode:
authorAditya Naik2020-02-13 16:49:13 -0500
committerAditya Naik2020-02-13 16:49:13 -0500
commitc842b4d16fef5074f64af7b2821f1000fc2f4833 (patch)
treeb6934b0ab718d972b3f2354a66939a4fa8ffa4a3 /examples/stm32/main.c
parentc2af176babb9e63323f7791087a18ef3922b5ce4 (diff)
STM32 example formattingarduino
Diffstat (limited to 'examples/stm32/main.c')
-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 b099847..958e4d7 100644
--- a/examples/stm32/main.c
+++ b/examples/stm32/main.c
@@ -27,7 +27,7 @@
/*
* 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
+ * library functions.
*/
MB_StatusTypeDef (*MB_UART_Tx)(void*, uint16_t*, uint8_t*, uint8_t*) =
&HAL_UART_Transmit;