Use int numbers; fix some min and max values.
[bertos.git] / bertos / cfg / cfg_ramp.h
index 8920d146ecfb39a8f37afa02994b9bd5cceba894..1aeb8a89264a892b698dc23e768858e7bca31685 100644 (file)
@@ -68,8 +68,8 @@
         *
         * \note This macro is used only for the fixed-point version of the ramp.
         * $WIZ$ type = "int"
-        * $WIZ$ min = "0"
-        * $WIZ$ max = "32"
+        * $WIZ$ min = 0
+        * $WIZ$ max = 32
         */
        #define RAMP_CLOCK_SHIFT_PRECISION 2
 #endif
 /**
 * Negative pulse width for ramp.
 * $WIZ$ type = "int"
-* $WIZ$ min = "0"
+* $WIZ$ min = 1
 */
 #define RAMP_PULSE_WIDTH    50
 
 /**
  * Default ramp time (microsecs).
  * $WIZ$ type = "int"
+ * $WIZ$ min = 1000
  */
 #define RAMP_DEF_TIME     6000000UL
 /**
  * Default ramp maxfreq (Hz).
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 1
  */
 #define RAMP_DEF_MAXFREQ       5000
 /**
  * Default ramp minfreq (Hz).
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 1
  */
 #define RAMP_DEF_MINFREQ        200
 /**
  * Default ramp powerrun (deciampere).
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 0
  */
 #define RAMP_DEF_POWERRUN        10
 /**
  * Default ramp poweridle (Hz).
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 0
  */
 #define RAMP_DEF_POWERIDLE        1