summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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;