projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71daf6b
)
Change doxygen \param tag to \a.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 1 Oct 2007 16:40:32 +0000
(16:40 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 1 Oct 2007 16:40:32 +0000
(16:40 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@819
38d2e660
-2303-0410-9eaa-
f027e97ec537
mware/prog_avr.c
patch
|
blob
|
history
diff --git
a/mware/prog_avr.c
b/mware/prog_avr.c
index dc9ac9e7702bbc89bf131f34fe7f3b9e2f6d20ef..103d5f9d3ade6dc225425b73bd3b1744a30a9d67 100755
(executable)
--- a/
mware/prog_avr.c
+++ b/
mware/prog_avr.c
@@
-195,7
+195,7
@@
bool prog_seek(struct _KFile *fd, int32_t offset)
* Read from file \param *fd \param size bytes and put it in buffer \param *buf
* \return the number of bytes read.
*/
-size_t prog_read(struct _KFile *fd, void *buf, size_t size)
+size_t prog_read(struct _KFile *fd, void *buf, size_t size)
{
ASSERT(fd->seek_pos + size <= fd->size);
size = MIN((uint32_t)size, fd->size - fd->seek_pos);