Merge branch 'Fix-19' into 'master'

Fix #19: directly include soe_error_codes into SoeCommand.cpp

Closes #19

See merge request etherlab.org/ethercat!39

(cherry picked from commit 45f2d1a988)

e30a39f3 Fix #19: directly include soe_error_codes into SoeCommand.cpp

Co-authored-by: Florian Pose <fp@igh.de>
This commit is contained in:
Florian Pose 2024-10-02 09:33:42 +00:00
parent b457365165
commit bc295a57aa
2 changed files with 1 additions and 3 deletions

View File

@ -28,7 +28,6 @@ EXTRA_DIST =
bin_PROGRAMS = ethercat
ethercat_SOURCES = \
../master/soe_errors.c \
Command.cpp \
CommandAlias.cpp \
CommandCrc.cpp \

View File

@ -23,8 +23,7 @@
using namespace std;
#include "SoeCommand.h"
extern const ec_code_msg_t soe_error_codes[];
#include "../master/soe_errors.c"
/****************************************************************************/