From 9f1b79dd7c3f6d968636e75480b2d1c247bdcb46 Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Thu, 13 Feb 2020 16:48:24 -0500 Subject: STM32 example formatting --- examples/stm32/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/stm32/main.c b/examples/stm32/main.c index 7fbcfd7..a996667 100644 --- a/examples/stm32/main.c +++ b/examples/stm32/main.c @@ -1,11 +1,11 @@ #include /* - * Note that this example is not self-contained. User will need to need to - * handle UART device initialization and relevant HAL/LL library includes. - * These steps are skipped in this example to ensure simplicity - illustrated - * here is the minimum code a user will need to use the modbus library AFTER - * the these steps. + * Note that this example is not self-contained. User will need to handle UART + * device initialization and relevant HAL/LL library includes. These steps are + * skipped in this example to ensure simplicity - illustrated here is the + * minimum code a user will need to use the modbus library AFTER the these + * steps. * */ -- cgit v1.2.3