fixed more header issue

This commit is contained in:
jiangzhengwenjz
2019-07-09 23:54:05 +08:00
parent eb1719afc6
commit 05371e5875
4 changed files with 5 additions and 9 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
#include "global.h"
#include "task.h"
struct YesNoFuncTable {
struct YesNoFuncTable
{
TaskFunc yesFunc;
TaskFunc noFunc;
};