Change module definition in order to contain hw dependency
[bertos.git] / bertos / drv / thermo.h
index 8e5f744917a12f7d7f2888433c42ae171e60ecac..9145fa9eeb9c85bb9f26a4d623276d98772d5895 100644 (file)
@@ -50,7 +50,7 @@
  * $WIZ$ module_name = "thermo"
  * $WIZ$ module_depends = "timer", "ntc"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_thermo.h"
- * }
+ * $WIZ$ module_hw = "bertos/hw/hw_thermo.h", "bertos/hw/thermo_map.h"
  */
 
 #ifndef DRV_THERMO_H