I rewrite defenition of configCPU_CLOCK_HZ at FreeRTOSConfig.h. Now if there is F_CPU so configCPU_CLOCK_HZ = F_CPU Just [see](https://github.com/AndreiCherniaev/FreeRTOS_ATmega2560_MPLAB/blob/11f9cafd50e01cc897f8df7afe885ead354c3719/FreeRTOS/Demo/FreeRTOS_ATmega2560_MPLAB.X/FreeRTOSConfig.h#L43) Is it ok?
I rewrite defenition of configCPU_CLOCK_HZ at FreeRTOSConfig.h. Now if there is F_CPU so configCPU_CLOCK_HZ = F_CPU Just see
Is it ok?