summaryrefslogtreecommitdiff
path: root/avr
diff options
context:
space:
mode:
authorMarcel2016-05-23 09:32:51 +0200
committerLeo C2016-05-23 09:32:51 +0200
commit79082813de096a57d76fa5b7757183b8a23a95b2 (patch)
tree03c9bba19feaf29438d4e873bbdfbf9ae8c05803 /avr
parent4b0604a43b1bd832797ec17fd8f849fc08ff3393 (diff)
downloadz180-stamp-79082813de096a57d76fa5b7757183b8a23a95b2.zip
correct fatwrite docu
Diffstat (limited to 'avr')
-rw-r--r--avr/command_tbl.c3
1 files changed, 1 insertions, 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",
"<d:/path/filename> <addr> <bytes>\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(