i2c doesn't support at91 cpus.
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 23 Apr 2009 12:48:12 +0000 (12:48 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 23 Apr 2009 12:48:12 +0000 (12:48 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2648 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/i2c.h

index c09871fa62a594370f484c5194a67bdbcccf3e04..a962d171548d6050cf80047732337e49b0c90a22 100644 (file)
@@ -38,7 +38,7 @@
  * $WIZ$ module_name = "i2c"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_i2c.h"
  * $WIZ$ module_hw = "bertos/hw/hw_i2c_bitbang.h"
- * $WIZ$ module_supports = "not atmega103 and not atmega168"
+ * $WIZ$ module_supports = "not atmega103 and not atmega168 and not at91"
  */
 
 #ifndef DRV_I2C_H