fix bool typedef for latest v3 source
This commit is contained in:
parent
a43a9b25f6
commit
9d0b7a0bbe
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
|
||||
#if CH_KERNEL_MAJOR == 3
|
||||
typedef char bool_t;
|
||||
typedef bool bool_t;
|
||||
#endif
|
||||
|
||||
typedef systime_t delaytime_t;
|
||||
|
|
Loading…
Add table
Reference in a new issue