From 79082813de096a57d76fa5b7757183b8a23a95b2 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 23 May 2016 09:32:51 +0200 Subject: [PATCH] correct fatwrite docu --- avr/command_tbl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/avr/command_tbl.c b/avr/command_tbl.c index e24fcbb..1731b83 100644 --- a/avr/command_tbl.c +++ b/avr/command_tbl.c @@ -337,8 +337,7 @@ CMD_TBL_ITEM( "write file into a dos filesystem", " \n" " - Write file to 'path/filename' on logical drive 'd' from RAM\n" - " starting at address 'addr'. 'bytes' gives the size to load.\n" - " If 'bytes' is 0 or omitted, the load stops on end of file." + " starting at address 'addr'.\n" ), CMD_TBL_ITEM( -- 2.39.2