qiyongzhong0 / crclib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bool类型定义与关键字冲突

shishirong opened this issue · comments

\inc\typedef.h

typedef enum {FALSE = 0, TRUE = !FALSE} bool;

keil编译时会报错