aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.c
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-23 08:38:16 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-23 08:38:16 +0000
commitda23780899ae4b9ce1bbe0cb9109da1c87fe0fa1 (patch)
treec3e88910c755425d82be9c8d5f086038267d7a9e /os/hal/platforms/STM32/i2c_lld.c
parent4ec82f62c18894d92bafc6c6f98784650106373d (diff)
downloadChibiOS-da23780899ae4b9ce1bbe0cb9109da1c87fe0fa1.tar.gz
ChibiOS-da23780899ae4b9ce1bbe0cb9109da1c87fe0fa1.tar.bz2
ChibiOS-da23780899ae4b9ce1bbe0cb9109da1c87fe0fa1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3250 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/i2c_lld.c')
-rw-r--r--os/hal/platforms/STM32/i2c_lld.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/i2c_lld.c b/os/hal/platforms/STM32/i2c_lld.c
index 77d4b7829..9038d351f 100644
--- a/os/hal/platforms/STM32/i2c_lld.c
+++ b/os/hal/platforms/STM32/i2c_lld.c
@@ -26,7 +26,6 @@
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/
-/* TODO: may be? move this defines in i2c_lld.h and mcuconf.h */
#define I2C_STOP_GPT_TIMEOUT 50 /* waiting timer value */
#define I2C_START_GPT_TIMEOUT 50 /* waiting timer value */
#define I2C_POLLING_TIMEOUT 0xFFFF