Move unpack lwip ip address macro to macros module.
[bertos.git] / bertos / cfg / cfg_ramp.h
index bcac13137d416167a244c5edf627e21c58c8b32c..162d2db28293e93084d1d1114abf42c782b5085b 100644 (file)
@@ -1,4 +1,4 @@
-$WIZ$ /**
+ /**
  * \file
  * <!--
  * This file is part of BeRTOS.
@@ -32,7 +32,6 @@ $WIZ$ /**
  *
  * \brief Configuration file Ramp algorithm module.
  *
- * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  */
 
@@ -68,8 +67,8 @@ $WIZ$ /**
         *
         * \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
@@ -78,37 +77,38 @@ $WIZ$ /**
 /**
 * 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