13 lines
122 B
C
13 lines
122 B
C
|
|
#ifndef __TASKS_H__
|
|
#define __TASKS_H__
|
|
|
|
#include "config.h"
|
|
|
|
void SetVectorTable(void);
|
|
void MainTasks(void);
|
|
|
|
|
|
#endif
|
|
|