diff options
| author | Aditya Naik | 2020-02-13 15:06:29 -0500 |
|---|---|---|
| committer | Aditya Naik | 2020-02-13 15:06:29 -0500 |
| commit | 78088e78539bdd5b4948f432f4747e7e1b7b75c8 (patch) | |
| tree | e86ecf9844aee005ad858582f759e6a492b953eb /examples/stm32/main.c | |
| parent | be38e008fb0bae72983aa25e51182fa5f18f8e59 (diff) | |
Added Arduino examples, untested
Diffstat (limited to 'examples/stm32/main.c')
| -rw-r--r-- | examples/stm32/main.c | 4 |
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 */ |
