diff --git a/tools/fat/fat.c b/tools/fat/fat.c index 8a622ee..1593035 100644 --- a/tools/fat/fat.c +++ b/tools/fat/fat.c @@ -4,7 +4,7 @@ #include #include -typedef uint8_t bool; +// typedef uint8_t bool; #define true 1 #define false 0