diff --git a/configure/CONFIG_MODULE b/configure/CONFIG_MODULE index 56bf72e..62f560a 100644 --- a/configure/CONFIG_MODULE +++ b/configure/CONFIG_MODULE @@ -8,7 +8,7 @@ E3_MODULE_VERSION:=master # DEPENDENT MODULE VERSION # For Example, -ECMC_DEP_VERSION:=master +ECMC_DEP_VERSION:=6.2.1 ASYN_DEP_VERSION:=4.36.0 #DEVLIB2_DEP_VERSION:=2.9.0 diff --git a/ecmcPlugin_FFT-loc/ecmcPlugin_FFTApp/src/ecmcPluginFFT.c b/ecmcPlugin_FFT-loc/ecmcPlugin_FFTApp/src/ecmcPluginFFT.c index c5d2ce5..993ff70 100644 --- a/ecmcPlugin_FFT-loc/ecmcPlugin_FFTApp/src/ecmcPluginFFT.c +++ b/ecmcPlugin_FFT-loc/ecmcPlugin_FFTApp/src/ecmcPluginFFT.c @@ -158,7 +158,8 @@ struct ecmcPluginData pluginDataDef = { .funcArg7 = NULL, .funcArg8 = NULL, .funcArg9 = NULL, - .funcArg10 = NULL, + .funcArg10 = NULL, + .funcGenericObj = NULL, }, .funcs[1] = { /*----fft_enable----*/ @@ -180,7 +181,8 @@ struct ecmcPluginData pluginDataDef = { .funcArg7 = NULL, .funcArg8 = NULL, .funcArg9 = NULL, - .funcArg10 = NULL, + .funcArg10 = NULL, + .funcGenericObj = NULL, }, .funcs[2] = { /*----fft_trigg----*/ @@ -202,7 +204,8 @@ struct ecmcPluginData pluginDataDef = { .funcArg7 = NULL, .funcArg8 = NULL, .funcArg9 = NULL, - .funcArg10 = NULL, + .funcArg10 = NULL, + .funcGenericObj = NULL, }, .funcs[3] = { /*----fft_mode----*/ @@ -224,7 +227,8 @@ struct ecmcPluginData pluginDataDef = { .funcArg7 = NULL, .funcArg8 = NULL, .funcArg9 = NULL, - .funcArg10 = NULL, + .funcArg10 = NULL, + .funcGenericObj = NULL, }, .funcs[4] = { /*----fft_stat----*/ @@ -246,7 +250,8 @@ struct ecmcPluginData pluginDataDef = { .funcArg7 = NULL, .funcArg8 = NULL, .funcArg9 = NULL, - .funcArg10 = NULL, + .funcArg10 = NULL, + .funcGenericObj = NULL, }, .funcs[5] = {0}, // last element set all to zero.. // PLC consts