diff options
| author | Aditya Naik | 2020-02-13 16:48:24 -0500 |
|---|---|---|
| committer | Aditya Naik | 2020-02-13 16:48:24 -0500 |
| commit | 9f1b79dd7c3f6d968636e75480b2d1c247bdcb46 (patch) | |
| tree | 0d4756f66794dd8b1df79450305ab1ee64c5a809 /examples/stm32/main.c | |
| parent | 7174f91919feb2d00ae9035d7765e813f193b2b2 (diff) | |
STM32 example formatting
Diffstat (limited to 'examples/stm32/main.c')
| -rw-r--r-- | examples/stm32/main.c | 10 |
1 files 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 <modbus.h> /* - * 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. * */ |
