I2C. Small comment added.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3076 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
barthess 2011-06-23 20:18:58 +00:00
parent 429c031bcb
commit d2b62026fc
1 changed files with 1 additions and 0 deletions

View File

@ -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)