How to modify CONFIG_FREERTOS_HZ definition?
Posted: Wed Apr 24, 2019 6:58 am
Hello,
I would need to modify parameter CONFIG_FREERTOS_HZ in file sdkconfig.h from default 100 to value 1000.
This file is generated automatically and therefore it is not recommended to change it.
If I modify this parameter in my header file, I get warning from compiler.
Is there any legal method how to override this parameter, please?
Thank you
I would need to modify parameter CONFIG_FREERTOS_HZ in file sdkconfig.h from default 100 to value 1000.
This file is generated automatically and therefore it is not recommended to change it.
If I modify this parameter in my header file, I get warning from compiler.
Is there any legal method how to override this parameter, please?
Thank you