Clean up.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 11 Aug 2010 14:40:13 +0000 (14:40 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 11 Aug 2010 14:40:13 +0000 (14:40 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4164 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/i2c.h

index 2f6b4cc364e181e43e8848576ec5ff44d83f7165..f7812d4ebbc3692e6d5d5d88d26f4cd45f46bf08 100644 (file)
@@ -153,11 +153,6 @@ bool i2c_recv(void *_buf, size_t count);
 
 #endif /* !CONFIG_I2C_DISABLE_OLD_API */
 
-
-/*
- * I2c new api
- */
-
 /*
  * I2C error flags
  */
@@ -341,7 +336,6 @@ INLINE void i2c_init_0(void)
                i2c_init_3(&local_i2c_old_api, 0, CONFIG_I2C_FREQ);
        #endif
 }
-
 #endif /* !CONFIG_I2C_DISABLE_OLD_API */