summaryrefslogtreecommitdiff
path: root/avr
diff options
context:
space:
mode:
Diffstat (limited to 'avr')
-rw-r--r--avr/z180-serv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/avr/z180-serv.c b/avr/z180-serv.c
index 25ffc9c..65ce881 100644
--- a/avr/z180-serv.c
+++ b/avr/z180-serv.c
@@ -442,6 +442,10 @@ void do_msg_cpm_login(uint8_t subf, int len, uint8_t * msg)
return msg_cpm_result(subf, 0x03, res);
}
+ f_close(&dp->fd);
+ res = f_open(&dp->fd, dp->img_name,
+ FA_READ | (dp->opt&DRV_OPT_RO ? 0 : FA_WRITE));
+
dp->flags |= DRV_FLG_OPEN;
/* send result*/