Use stdbool

main
Michael Hayes 12 years ago
parent 87da71a613
commit 2ad9152c57

@ -8,8 +8,7 @@
/* Data typedefs. */ /* Data typedefs. */
#include <stdint.h> #include <stdint.h>
#include <stdbool.h>
typedef uint8_t bool;
/** Useful macros. */ /** Useful macros. */

Loading…
Cancel
Save