I2C. Small comment added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3076 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
429c031bcb
commit
d2b62026fc
|
@ -42,6 +42,7 @@ static uint32_t i2c_get_event(I2CDriver *i2cp){
|
|||
}
|
||||
|
||||
static void i2c_serve_event_interrupt(I2CDriver *i2cp) {
|
||||
/* defines for convenience purpose*/
|
||||
#define txBuffp (i2cp->txbuff_p)
|
||||
#define rxBuffp (i2cp->rxbuff_p)
|
||||
|
||||
|
|
Loading…
Reference in New Issue