kernel: preemptive and cooperative scheduler refactoring.
[bertos.git] / bertos / drv / i2c.h
index a5673b70c3193f82679f21844c599c5319eb2744..a962d171548d6050cf80047732337e49b0c90a22 100644 (file)
@@ -38,8 +38,9 @@
  * $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 and not at91"
  */
+
 #ifndef DRV_I2C_H
 #define DRV_I2C_H