Fix unsupported modules.
[bertos.git] / bertos / drv / i2c.h
index 4d0be944c02a4816ba41d76b8351e0166519e05a..c09871fa62a594370f484c5194a67bdbcccf3e04 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"
+ * $WIZ$ module_supports = "not atmega103 and not atmega168"
  */
 
 #ifndef DRV_I2C_H