aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/I2C/i2c_pns.c
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-31 10:34:04 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-31 10:34:04 +0000
commit409fb83520d52bdf62baedfe639d8704f50bb5b1 (patch)
tree8d3e1b4a585e144fe8fb33e1dfb1ba5557ed92e3 /testhal/STM32F1xx/I2C/i2c_pns.c
parentc397738010966f85c7ae841e21d74790ac49611c (diff)
downloadChibiOS-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.c2
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();
}