summaryrefslogtreecommitdiff
path: root/avr/cmd_fat.c
diff options
context:
space:
mode:
authorLeo C2015-05-14 19:32:16 +0200
committerLeo C2015-05-14 19:32:16 +0200
commit5f7f3586b0444116d5c1340465ecae8d6daa2461 (patch)
tree3fc09da55b7cf7262bb87a296ee8d16138cbf193 /avr/cmd_fat.c
parent089ca8cc69b7a112e1525743b3ffadc3f13556c3 (diff)
downloadz180-stamp-5f7f3586b0444116d5c1340465ecae8d6daa2461.zip
Add CP/M 3 file i/o (initial version)
Diffstat (limited to 'avr/cmd_fat.c')
-rw-r--r--avr/cmd_fat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/avr/cmd_fat.c b/avr/cmd_fat.c
index 8ed7ae3..c5791e5 100644
--- a/avr/cmd_fat.c
+++ b/avr/cmd_fat.c
@@ -22,8 +22,8 @@
#include "timer.h"
#include "debug.h"
-
-#define MAX_MEMORY (1ul << 20)
+/* TODO: use memory size test function (cmd_mem.c) */
+#define MAX_MEMORY (1ul << 19)
#define BUFFER_SIZE 512