git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8645 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
2fdca55f58
commit
672c4381f5
|
@ -226,6 +226,7 @@ typedef struct {
|
|||
* @brief Pointer to the transmission linear buffer.
|
||||
*/
|
||||
const uint8_t *txbuf;
|
||||
/* End of the mandatory fields.*/
|
||||
/**
|
||||
* @brief Total transmit transfer size.
|
||||
*/
|
||||
|
@ -248,6 +249,7 @@ typedef struct {
|
|||
* @brief Pointer to the receive linear buffer.
|
||||
*/
|
||||
uint8_t *rxbuf;
|
||||
/* End of the mandatory fields.*/
|
||||
/**
|
||||
* @brief Total transmit transfer size.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue