在我的应用程序中,我在主文件中插入一些文件。所有代码文件都有通用的头文件(*.c)
。这给了我错误:
D:\New folder\COM_Port_Cont\COM_Port_Task.h(268) : Error 1 : missing newline before EOF - inserted
D:\New folder\COM_Port_Cont\COM_Port_Task.c(48) : Error 2 : missing newline before EOF - inserted
D:\New folder\COM_Port_Cont\Hdw_Ecg_1X5.c(129) : Error 3 : missing newline before EOF - inserted
D:\New folder\COM_Port_Cont\Timer_Wdg_1XX.c(39) : Error 4 : missing newline before EOF - inserted
D:\New folder\COM_Port_Cont\Main_Prj_Rfid.c: 0 warnings, 4 errors.
这COM_Port_Task.h
是通用的头文件。