Add comment

This commit is contained in:
Anders Sandström
2020-04-06 09:58:15 +02:00
parent b01e69b2c0
commit 161487bc47

View File

@@ -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);