From 5f7f3586b0444116d5c1340465ecae8d6daa2461 Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 14 May 2015 19:32:16 +0200 Subject: Add CP/M 3 file i/o (initial version) --- avr/cmd_fat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'avr/cmd_fat.c') 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 -- cgit v1.2.3