Change module definition in order to contain hw dependency
[bertos.git] / bertos / drv / ntc.h
index 3a160ea72d9130b09b3a0054fc14e44298243928..04ab4d2020a22b69de89973e065152ac51888154 100644 (file)
@@ -39,6 +39,7 @@
  *
  * $WIZ$ module_name = "ntc"
  * $WIZ$ module_depends = "adc"
+ * $WIZ$ module_hw = "bertos/hw/hw_ntc.h", "bertos/hw/ntc_map.h"
  */
 
 #ifndef DRV_NTC_H