Update preset.
[bertos.git] / bertos / drv / buzzer.h
index cd9aa8625bf984e11f2da9f09b7831c07be36006..9023152c371abad916cfa05eb522320a7299697a 100644 (file)
  *
  * -->
  *
- * \version $Id$
- *
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * \brief Buzzer driver.
  *
- * $WIZARD = {
- * "name" : "buzzer"
- * "depends" : [],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "buzzer"
+ * $WIZ$ module_depends = "timer"
+ * $WIZ$ module_hw = "bertos/hw/hw_buzzer.h"
  */
 
 #ifndef DRV_BUZZER_H