Skip to content

Commit

Permalink
moved ethercat cofig out of source dir
Browse files Browse the repository at this point in the history
  • Loading branch information
r2k committed Nov 19, 2022
1 parent 1116acc commit f0ffc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/core/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ int main(int argc,char **argv)
// HARDWARE INITIALIZATION
//======================================================
type_logger_callback logger = logger_callback;
ethercat_configure("../utils/ethercat_src/conf/ethercatcfg.txt", logger);
ethercat_configure("../utils/ethercat_src/build/ethercat.cfg", logger);
initializeHardware();
initializeMB();
initCustomLayer();
Expand Down

0 comments on commit f0ffc80

Please sign in to comment.