diff options
| author | Aditya Naik | 2020-02-13 16:49:13 -0500 |
|---|---|---|
| committer | Aditya Naik | 2020-02-13 16:49:13 -0500 |
| commit | c842b4d16fef5074f64af7b2821f1000fc2f4833 (patch) | |
| tree | b6934b0ab718d972b3f2354a66939a4fa8ffa4a3 /examples/stm32/main.c | |
| parent | c2af176babb9e63323f7791087a18ef3922b5ce4 (diff) | |
STM32 example formattingarduino
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; |
