Change module definition in order to contain hw dependency
[bertos.git] / bertos / drv / i2c.h
index 9327ff8d5d75c37fd5ef01e86797a9d9739cb256..a5673b70c3193f82679f21844c599c5319eb2744 100644 (file)
@@ -36,7 +36,8 @@
  * \author Francesco Sacchi <batt@develer.com>
  *
  * $WIZ$ module_name = "i2c"
- * "configuration" : "bertos/cfg/cfg_i2c.h"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_i2c.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_i2c_bitbang.h"
  */
  
 #ifndef DRV_I2C_H