Remove old and unneeded lcd_gfx module.
[bertos.git] / bertos / drv / ntc.h
index 31c4ce59e2f7e8b7a308197ce8c615d667f4c272..cb606b875f1e75d68ab566d61d2cd86ccc18890d 100644 (file)
@@ -38,7 +38,7 @@
  * \author Francesco Sacchi <batt@develer.com>
  *
  * $WIZ$ module_name = "ntc"
- * $WIZ$ module_hw = "bertos/hw/hw_ntc.h", "bertos/hw/ntc_map.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_ntc.h", "bertos/hw/ntc_map.h", "bertos/hw/hw_ntc.c"
  */
 
 #ifndef DRV_NTC_H