Typo.
[bertos.git] / bertos / algo / pid_control.h
index 74cdcd1805a865ead971a603e7c8b4e57243d16b..b4a05cf8a424c7278f508ce89ea4ad4f692c3137 100644 (file)
  * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
+ *
+ * $WIZARD_MODULE = {
+ * "name" : "pid_control",
+ * "depends" : ["timer"],
+ * "configuration" : ""
+ * }
  */
 
 #ifndef ALGO_PID_CONTROL_H