diff options
Diffstat (limited to 'examples/stm32/main.c')
| -rw-r--r-- | examples/stm32/main.c | 2 |
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; |
