This commit is contained in:
proddy
2025-01-04 14:50:29 +01:00
parent 93e4abe72d
commit 2547ae45a8

View File

@@ -1,10 +1,10 @@
#!/bin/sh #!/bin/sh
# #
# Builds the dump CSV files, modbus headers and documentation. # Builds the dump_*.csv files, modbus headers and modbus documentation.
# Run as `sh scripts/generate_csv_and_headers.sh` from the root of the repository. # Run as `sh scripts/generate_csv_and_headers.sh` from the root of the repository.
# build dummy modbus_entity_parameters.hpp so it compiles # creat a dummy modbus_entity_parameters.hpp so the first pass compiles
cat >./src/modbus_entity_parameters.hpp <<EOL cat >./src/modbus_entity_parameters.hpp <<EOL
#include "modbus.h" #include "modbus.h"
#include "emsdevice.h" #include "emsdevice.h"