Changed bool to smaller datatype for PIC port.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
/* C99 Boolean types for compilers without C99 support */
|
/* C99 Boolean types for compilers without C99 support */
|
||||||
|
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
typedef int _Bool;
|
typedef char _Bool;
|
||||||
#ifndef bool
|
#ifndef bool
|
||||||
#define bool _Bool
|
#define bool _Bool
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user