config: enable fat32 support

These days everyone wants fat32 support. :)
This commit is contained in:
Stas Sergeev 2017-09-22 13:57:10 +03:00 committed by Kenneth J Davis
parent 2835dfe920
commit 5fb0c4482d
2 changed files with 4 additions and 4 deletions

View File

@ -109,8 +109,8 @@ set XCPU=86
:- set XCPU=186
:- set XCPU=386
set XFAT=16
:- set XFAT=32
:- set XFAT=16
set XFAT=32
:- Give extra compiler DEFINE flags here
:- such as -DDEBUG : extra DEBUG output

View File

@ -56,8 +56,8 @@ XCPU=86
# XCPU=186
# XCPU=386
XFAT=16
# XFAT=32
# XFAT=16
XFAT=32
# Give extra compiler DEFINE flags here
# such as -DDEBUG : extra DEBUG output