git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6834 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
56f18ed54d
commit
259628a569
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue