aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/I2C/main.c
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-06 13:38:47 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-06 13:38:47 +0000
commit60e97e1c62c615c9e07042ec20fc8d354245aba9 (patch)
tree1265dac1f6b780375fde0321a10a96d6e74d3af2 /testhal/STM32F1xx/I2C/main.c
parent6777c09f08b8c20f67879a59aaefc588bb6e7371 (diff)
downloadChibiOS-60e97e1c62c615c9e07042ec20fc8d354245aba9.tar.gz
ChibiOS-60e97e1c62c615c9e07042ec20fc8d354245aba9.tar.bz2
ChibiOS-60e97e1c62c615c9e07042ec20fc8d354245aba9.zip
I2C. Haltest for stm32f1x updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3560 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/I2C/main.c')
-rw-r--r--testhal/STM32F1xx/I2C/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32F1xx/I2C/main.c b/testhal/STM32F1xx/I2C/main.c
index bc241e180..3179c488a 100644
--- a/testhal/STM32F1xx/I2C/main.c
+++ b/testhal/STM32F1xx/I2C/main.c
@@ -68,6 +68,7 @@ int main(void) {
halInit();
chSysInit();
+ chThdSleepMilliseconds(1000);
I2CInit_pns();
/* Create accelerometer thread */