Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / cfg / cfg_ramp.h
index e452766086559211465759c0699d2b2038a674a2..9317d6ff2bd8487a05b0a5aa67ca874625985502 100644 (file)
@@ -79,7 +79,7 @@
  /*
   * Default ramp
   */
-#define RAMP_DEF_TIME     6000000UL ///< microsecs.                $WIZARD = { "type" : "int",  "long" : True, "unsigned" : True }
+#define RAMP_DEF_TIME     6000000UL ///< microsecs.                $WIZARD = { "type" : "int" }
 #define RAMP_DEF_MAXFREQ       5000 ///< Hz.                       $WIZARD = { "type" : "int", "min" : "0" }
 #define RAMP_DEF_MINFREQ        200 ///< Hz.                       $WIZARD = { "type" : "int", "min" : "0" }
 #define RAMP_DEF_POWERRUN        10 ///< 10 deciampere (1 ampere). $WIZARD = { "type" : "int", "min" : "0" }