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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/stm32/main.c b/examples/stm32/main.c
index 7f63529..9e71ed9 100644
--- a/examples/stm32/main.c
+++ b/examples/stm32/main.c
@@ -1,4 +1,6 @@
-#include "modbus.h"
+// TODO Makefile
+
+#include <modbus.h>
/* If using CubeMX, the HAL library files will be automatically placed in the correct location. The examples were tested with the Makefile option in CubeMX. */
/* If you are not using CubeMX to initialize the project, you are on your own */