From 6f8c3d4fafc8e301e89137d80ad85e4e1314bd56 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 5 Nov 2006 00:47:07 +0000 Subject: Changed so that the default is to build FAT support --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/main.c b/source/main.c index 1296f40..162ca2d 100644 --- a/source/main.c +++ b/source/main.c @@ -110,7 +110,7 @@ static void Splash(void) y += 8; -#ifdef DS81_USE_FAT +#ifndef DS81_DISABLE_FAT res = fatInitialise(32,true); #endif -- cgit v1.2.3