Example #1
0
static void _MOTOR_Tasks(void)
{
    while(1)
    {
        MOTOR_Tasks();
    }
}
static void _MOTOR_Tasks(void)
{
    while(1)
    {
        MOTOR_Tasks();
        vTaskDelay(1000 / portTICK_PERIOD_MS);
    }
}