summaryrefslogtreecommitdiff
path: root/avr/cmd_loadcpm3.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/cmd_loadcpm3.c')
-rw-r--r--avr/cmd_loadcpm3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/avr/cmd_loadcpm3.c b/avr/cmd_loadcpm3.c
index 267cad8..f2a30f1 100644
--- a/avr/cmd_loadcpm3.c
+++ b/avr/cmd_loadcpm3.c
@@ -67,6 +67,7 @@ command_ret_t do_loadcpm3(cmd_tbl_t *cmdtp, int flag, int argc, char * const arg
char *fname;
FATFS FatFs;
FIL File;
+ /* TODO: put CONFIG_PATH_CPM3SYS in flash */
char default_fname[] = CONFIG_PATH_CPM3SYS;
unsigned int br; /* bytes read */
uint8_t buffer[RS];