mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-05 19:39:50 +08:00
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
This commit is contained in:
@@ -36,7 +36,6 @@ EXTRA_DIST =
|
||||
bin_PROGRAMS = ethercat
|
||||
|
||||
ethercat_SOURCES = \
|
||||
../master/soe_errors.c \
|
||||
Command.cpp \
|
||||
CommandAlias.cpp \
|
||||
CommandCrc.cpp \
|
||||
|
||||
@@ -31,8 +31,7 @@
|
||||
using namespace std;
|
||||
|
||||
#include "SoeCommand.h"
|
||||
|
||||
extern const ec_code_msg_t soe_error_codes[];
|
||||
#include "../master/soe_errors.c"
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user