Skip to content

Commit

Permalink
fix(plc4x): Fixed a naming issue with one of the source-files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Nov 22, 2022
1 parent 3e1bcad commit 0bb2b4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plc4c/drivers/s7/CMakeLists.txt
Expand Up @@ -22,7 +22,7 @@ file(GLOB generatedSources "../../generated-sources/s7/src/*.c")

add_library(plc4c-driver-s7
src/driver_s7.c
src/driver_modbus_encode_decode.c
src/driver_s7_encode_decode.c
src/driver_s7_packets.c
src/driver_s7_sm_connect.c
src/driver_s7_sm_disconnect.c
Expand Down

0 comments on commit 0bb2b4b

Please sign in to comment.