#include "main.h" int main(void) { //printf("hello world!"); System_Init(); InitLEDPort(); InitTask(); while(1) { TaskProc(); } }