Merge branch 'master' of https://github.com/anderssandstrom/e3-ecmcPlugin_FFT
This commit is contained in:
@@ -36,6 +36,8 @@ static char* lastConfStr = NULL;
|
||||
**/
|
||||
int adv_exampleConstruct(char *configStr)
|
||||
{
|
||||
//This module is allowed to load several times so no need to check if loaded
|
||||
|
||||
// create FFT object and register data callback
|
||||
lastConfStr = strdup(configStr);
|
||||
return createFFT(configStr);
|
||||
|
||||
Reference in New Issue
Block a user