Comply to cfg name.
[bertos.git] / bertos / algo / pid_control.h
index e6c76d338aa389bc96af9939d3ca6d0bb00693fd..1aa56d68b8f296aa47b4bb5f9cc0522b84b92621 100644 (file)
  * -->
  *
  *
- * \brief Proportional, integral, derivative controller (PID controller) (interface)
+ * \brief Proportional, integral, derivative controller (PID controller).
  *
  * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  *
  * $WIZARD_MODULE = {
- * "name" : "pid_controll",
- * "depends" : [timer],
+ * "name" : "pid_control",
+ * "depends" : ["timer"],
  * "configuration" : ""
  * }
  */