Remove the long and the unsigned fields from the int parameter definitions
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Feb 2009 14:10:24 +0000 (14:10 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Feb 2009 14:10:24 +0000 (14:10 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2274 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_adc.h
bertos/cfg/cfg_ramp.h

index e8aeaeb85ba282e21a923dea022746466f893f92..4ecd672c9d2fec8aa501782fadc94f1d86a707d1 100644 (file)
@@ -55,9 +55,7 @@
  * Frequency clock for ADC conversion.
  *
  * $WIZARD = {
- * "type" : "int",
- * "long" : True,
- * "unsigned" : True
+ * "type" : "int"
  * }
  */
 #define CONFIG_ADC_CLOCK        4800000UL
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" }