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

master
Giovanni Di Sirio 2015-12-26 10:36:20 +00:00
parent 2fdca55f58
commit 672c4381f5
1 changed files with 2 additions and 0 deletions

View File

@ -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.
*/