From c842b4d16fef5074f64af7b2821f1000fc2f4833 Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Thu, 13 Feb 2020 16:49:13 -0500 Subject: STM32 example formatting --- examples/stm32/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3