/****************************************************************************** * * Copyright (c) 2017-2020 by Löwenware Ltd * Please, refer LICENSE file for legal information * ******************************************************************************/ /** * @file task.c * @author Ilja Kartašov * @brief * * @see https://lowenware.com/ */ #include "task.h" unsigned long Task_scheduleFromISR(void) { return 0; }