sam3n-ek example: fix led macros
[bertos.git] / bertos / algo / ramp.h
index 1ca7bb76eb574ffd7bc4d395619a2409d8105d7a..ad3c9197561331f0b35c63786e5b80801faca1d4 100644 (file)
  * for DSP56000 (but a portable C version of it can be easily written, see the
  * comments in the code).
  *
- * \version $Id$
  *
  * \author Simone Zinanni <s.zinanni@develer.com>
  * \author Giovanni Bajo <rasky@develer.com>
  * \author Daniele Basile <asterix@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "ramp",
- * "depends" : [],
- * "configuration" : "bertos/cfg/cfg_ramp.h"
- * }
+ * $WIZ$ module_name = "ramp"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_ramp.h"
  */
 
 #ifndef ALGO_RAMP_H