diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-23 19:08:49 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-23 19:08:49 +0000 |
commit | 429c031bcb61267a0f20969c5a66eceeefbbb68b (patch) | |
tree | 2549e51a1e24530399bd3f2ab4495d5d9e35790d /testhal/STM32/I2C/tmp75.c | |
parent | b1d043cede9e37dccff9731978887f51a514c387 (diff) | |
download | ChibiOS-429c031bcb61267a0f20969c5a66eceeefbbb68b.tar.gz ChibiOS-429c031bcb61267a0f20969c5a66eceeefbbb68b.tar.bz2 ChibiOS-429c031bcb61267a0f20969c5a66eceeefbbb68b.zip |
I2C. Examples fixed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3075 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/I2C/tmp75.c')
-rw-r--r-- | testhal/STM32/I2C/tmp75.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testhal/STM32/I2C/tmp75.c b/testhal/STM32/I2C/tmp75.c index 66449ad6e..6a8fe603d 100644 --- a/testhal/STM32/I2C/tmp75.c +++ b/testhal/STM32/I2C/tmp75.c @@ -39,7 +39,6 @@ static const I2CSlaveConfig tmp75 = { i2c_tmp75_error_cb,
tmp75_rx_data,
tmp75_tx_data,
- NULL,
};
#define tmp75_addr 0b1001000
|