diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-31 10:34:04 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-31 10:34:04 +0000 |
commit | 409fb83520d52bdf62baedfe639d8704f50bb5b1 (patch) | |
tree | 8d3e1b4a585e144fe8fb33e1dfb1ba5557ed92e3 /testhal/STM32F1xx/I2C/i2c_pns.c | |
parent | c397738010966f85c7ae841e21d74790ac49611c (diff) | |
download | ChibiOS-409fb83520d52bdf62baedfe639d8704f50bb5b1.tar.gz ChibiOS-409fb83520d52bdf62baedfe639d8704f50bb5b1.tar.bz2 ChibiOS-409fb83520d52bdf62baedfe639d8704f50bb5b1.zip |
I2C. Fully functional testhal for STM32F1x.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3696 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 94bc13da6..1c73482e3 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();
}
|