diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-02 17:37:44 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-02 17:37:44 +0000 |
commit | 96d50f2ac19ca5d285497b27a2500cc7859825bb (patch) | |
tree | 06914e3b175430bc6410abd03f8c4ed545b00c7b /testhal | |
parent | 675296b85232a6139da384f63bb829f9182029da (diff) | |
download | ChibiOS-96d50f2ac19ca5d285497b27a2500cc7859825bb.tar.gz ChibiOS-96d50f2ac19ca5d285497b27a2500cc7859825bb.tar.bz2 ChibiOS-96d50f2ac19ca5d285497b27a2500cc7859825bb.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5537 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32F37x/I2C/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testhal/STM32F37x/I2C/main.c b/testhal/STM32F37x/I2C/main.c index 244de9b49..194f61f89 100644 --- a/testhal/STM32F37x/I2C/main.c +++ b/testhal/STM32F37x/I2C/main.c @@ -94,7 +94,6 @@ int main(void) { msg = i2cMasterTransmitTimeout(&I2CD2, 0x52, cmd, sizeof(cmd),
data, sizeof(data), TIME_INFINITE);
- msg = msg;
if (msg != RDY_OK)
chSysHalt();
for (i = 0; i < 256; i++) {
|