git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6834 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2014-04-03 07:07:15 +00:00
parent 56f18ed54d
commit 259628a569
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
msg_t (*gett)(void *instance, systime_t time); \
/* Channel write method with timeout specification.*/ \
size_t (*writet)(void *instance, const uint8_t *bp, \
size_t n, systime_t time); \
size_t n, systime_t time); \
/* Channel read method with timeout specification.*/ \
size_t (*readt)(void *instance, uint8_t *bp, size_t n, systime_t time);