- moved fsoeConf initialization to slave preinit function

This commit is contained in:
Sascha Ittner
2019-03-20 18:03:15 +01:00
parent c80964ca5b
commit e18a7d036e
11 changed files with 179 additions and 132 deletions

View File

@@ -160,12 +160,6 @@ typedef struct {
char name[LCEC_CONF_STR_MAXLEN];
} LCEC_CONF_MASTER_T;
typedef struct {
int slave_data_len;
int master_data_len;
int data_channels;
} LCEC_CONF_FSOE_T;
typedef struct {
LCEC_CONF_TYPE_T confType;
int index;
@@ -181,7 +175,6 @@ typedef struct {
size_t idnConfigLength;
unsigned int modParamCount;
char name[LCEC_CONF_STR_MAXLEN];
LCEC_CONF_FSOE_T fsoeConf;
} LCEC_CONF_SLAVE_T;
typedef struct {