Make nightly build test works.
[bertos.git] / bertos / drv / phase.h
index e15f7d3d57b244774cbc28fd2c454bc4d9c5facc..52bc067d5149c41e9060562e7388f8cc2301b23b 100644 (file)
  *
  * \version $Id$
  *
- * \brief Phase control driver, to manage triac swicth.
+ * \brief Phase partialization driver with TRIACs.
  *
  * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "phase",
- * "depends" : ["timer"],
- * "configuration" : "bertos/cfg/cfg_phase.h"
- * }
+ * $WIZ$ module_name = "phase"
+ * $WIZ$ module_depends = "timer"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_phase.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_phase.h", "bertos/hw/phase_map.h", "bertos/hw/hw_phase.c"
  */
 
 #ifndef DRV_PHASE_H