From 7fa557d6853ac95e8e0630b6efbcc8d67a6a6fde Mon Sep 17 00:00:00 2001 From: Tyler McGurrin Date: Wed, 14 May 2025 08:53:22 -0400 Subject: [PATCH] it compiles now? no idea why that just.. broke --- tools/fat/fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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