summaryrefslogtreecommitdiff
path: root/examples/stm32/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/main.c')
-rw-r--r--examples/stm32/main.c10
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.
*
*/