From d2b62026fc589cb36955d173417c0741edea4b4a Mon Sep 17 00:00:00 2001 From: barthess Date: Thu, 23 Jun 2011 20:18:58 +0000 Subject: [PATCH] I2C. Small comment added. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3076 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/i2c_lld.c | 1 + 1 file changed, 1 insertion(+) diff --git a/os/hal/platforms/STM32/i2c_lld.c b/os/hal/platforms/STM32/i2c_lld.c index 1dc58e8e6..0bc113313 100644 --- a/os/hal/platforms/STM32/i2c_lld.c +++ b/os/hal/platforms/STM32/i2c_lld.c @@ -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)