]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avrcpm/avr/config.inc
* More rcall --> lcall changes.
[avrcpm.git] / avrcpm / avr / config.inc
index 358e2273dc1e426d91167ea23750ad4f1f706533..7035a43b78fce1cbc6f662acb8b37f6eadbf2fd5 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 */