编译不过,去掉多余的委托引用,编译通过

This commit is contained in:
cdyong 2016-05-30 02:01:30 +00:00
parent 74bb6e7bfb
commit c19c6b0a52
1 changed files with 0 additions and 3 deletions

3
Sys.h
View File

@ -54,9 +54,6 @@ void assert_failed2(const char* msg, const char* file, unsigned int line);
/* 引脚定义 */
#include "Platform\Pin.h"
// 委托
#include "Delegate.h"
#if defined(BOOT) || defined(APP)
struct HandlerRemap
{