#ifndef _MAIN_H_ #define _MAIN_H_ #include "CH392_PARAM.H" #include "SWM341.h" // Device header #include "task.h" #include "can_tp.h" #include "wdt.h" #include "sdram.h" #define EN_CAN 1 #define EN_NET 1 #define EN_SDRAM 1 #define EN_WDT 0 #endif