diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-31 09:17:08 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-31 09:17:08 +0000 |
commit | b58117763064615d8d480f3c847ea3d41fe49b81 (patch) | |
tree | d8030775caaac90bdf26095a89f056b6a1d8dd51 /testhal/STM32F1xx/I2C/i2c_pns.c | |
parent | 2234fd3e31d4ce6e2b3990340b52719951e65731 (diff) | |
download | ChibiOS-b58117763064615d8d480f3c847ea3d41fe49b81.tar.gz ChibiOS-b58117763064615d8d480f3c847ea3d41fe49b81.tar.bz2 ChibiOS-b58117763064615d8d480f3c847ea3d41fe49b81.zip |
I2C. Testhal comment cleaned.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3693 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/I2C/i2c_pns.c')
-rw-r--r-- | testhal/STM32F1xx/I2C/i2c_pns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/I2C/i2c_pns.c b/testhal/STM32F1xx/I2C/i2c_pns.c index b773846ba..94bc13da6 100644 --- a/testhal/STM32F1xx/I2C/i2c_pns.c +++ b/testhal/STM32F1xx/I2C/i2c_pns.c @@ -45,7 +45,7 @@ void I2CInit_pns(void){ /* startups. Pauses added just to be safe */
chThdSleepMilliseconds(100);
-// init_lis3();
+ /*init_lis3();*/
}
|