diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-22 18:00:20 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-22 18:00:20 +0000 |
commit | 3f2e823d2aafa5e8ab70fd51b643de12c8989e76 (patch) | |
tree | 490c0d8bc13d523a37a45e1435cd29258d1956fe /testhal/STM32/I2C/lis3.c | |
parent | 24987e2873a946bc41ee1c5088b703abf9d7c526 (diff) | |
download | ChibiOS-3f2e823d2aafa5e8ab70fd51b643de12c8989e76.tar.gz ChibiOS-3f2e823d2aafa5e8ab70fd51b643de12c8989e76.tar.bz2 ChibiOS-3f2e823d2aafa5e8ab70fd51b643de12c8989e76.zip |
I2C. Small improvemets
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3069 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/I2C/lis3.c')
-rw-r--r-- | testhal/STM32/I2C/lis3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/I2C/lis3.c b/testhal/STM32/I2C/lis3.c index 14616478b..68d5a5403 100644 --- a/testhal/STM32/I2C/lis3.c +++ b/testhal/STM32/I2C/lis3.c @@ -79,7 +79,7 @@ static const I2CSlaveConfig lis3 = { i2c_lis3_error_cb,
accel_rx_data,
accel_tx_data,
- {NULL},
+ NULL,
};
|