Change module definition in order to contain hw dependency
[bertos.git] / bertos / drv / ser.h
index cf705aaf86256c16f481e2b5f037675cbeec7ba6..e7d531ad817ab7a043b73293e1894c55aa38e2de 100644 (file)
@@ -39,6 +39,7 @@
  * $WIZ$ module_name = "ser"
  * $WIZ$ module_depends = "kfile", "timer"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_ser.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_ser.h"
  */
 
 #ifndef DRV_SER_H