fix bool typedef for latest v3 source

ugfx_release_2.6
ergosys 2014-12-11 15:38:12 -08:00
parent a43a9b25f6
commit 9d0b7a0bbe
1 changed files with 1 additions and 1 deletions

View File

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