#ifndef __TASKS_H__ #define __TASKS_H__ #include "config.h" void SetVectorTable(void); void MainTasks(void); #endif