fix bool typedef for latest v3 source

This commit is contained in:
ergosys 2014-12-11 15:38:12 -08:00
parent a43a9b25f6
commit 9d0b7a0bbe

View file

@ -29,7 +29,7 @@
*/
#if CH_KERNEL_MAJOR == 3
typedef char bool_t;
typedef bool bool_t;
#endif
typedef systime_t delaytime_t;