]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avrcpm/avr/config.inc
git-svn-id: svn://cu.loc/avr-cpm/trunk@114 57430480-672e-4586-8877-bcf8adbbf3b7
[avrcpm.git] / avrcpm / avr / config.inc
index 358e2273dc1e426d91167ea23750ad4f1f706533..1331f5bd86a2f1471b2d2f605d991d84537192b4 100644 (file)
@@ -41,8 +41,9 @@
 ;#define RAMSIZE 256*K*4       /* 1 chip 256Kx4 */
 #define  RAMSIZE   4*M*4 * 2   /* 2 chips 4Mx4  */
 
-#define FAT16_SUPPORT 1                /* Include Support for FAT16 Partitions */
-                               /*  which may contain CP/M image files. */ 
+#ifndef FAT16_SUPPORT
+  #define FAT16_SUPPORT 1      /* Include Support for FAT16 Partitions */
+#endif                         /*  which may contain CP/M image files. */ 
 #define RAMDISKCNT    0                /* Number of RAM disks */
 #define RAMDISKNR     'I'-'A'  /* Drive "letter" for first RAM disk */
 
@@ -62,9 +63,9 @@
 
 .equ BOOT_DEBUG  = 0
 .equ MMC_DEBUG   = 0           /* Increase for more debugging */
-.equ FAT16_DEBUG = 1
+.equ FAT16_DEBUG = 0
 .equ FAT16_RWDEBUG = 0
-.equ FAT16_DBG_FAT = 1
+.equ FAT16_DBG_FAT = 0
 .equ INS_DEBUG   = 0
 .equ MEMTEST     = 1
 .equ BOOTWAIT    = 1