X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Fpid_control.h;h=ead5faa73ab45c4e4005eb5eb1520b4537b54adb;hb=c9d1a7e9cc28f4d94fff284a4ca09a23f8eea855;hp=1aa56d68b8f296aa47b4bb5f9cc0522b84b92621;hpb=da515e5e6b1e40f3afbe6c8bad0cbac9e1977fc6;p=bertos.git diff --git a/bertos/algo/pid_control.h b/bertos/algo/pid_control.h index 1aa56d68..ead5faa7 100644 --- a/bertos/algo/pid_control.h +++ b/bertos/algo/pid_control.h @@ -36,11 +36,8 @@ * * \author Daniele Basile * - * $WIZARD_MODULE = { - * "name" : "pid_control", - * "depends" : ["timer"], - * "configuration" : "" - * } + * $WIZ$ module_name = "pid_control" + * $WIZ$ module_depends = "timer" */ #ifndef ALGO_PID_CONTROL_H