Use int numbers; fix some min and max values.
[bertos.git] / bertos / cfg / cfg_adc.h
index 6172d0320c891a30aaf185f0c0b1e6dd3c2f08ef..dd65e134e8f0ac3711f0bd8a929ee2b2c53089bc 100644 (file)
@@ -67,7 +67,7 @@
  * Minimum time for starting up a conversion [us].
  *
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 0
  * $WIZ$ supports = "at91"
  */
 #define CONFIG_ADC_STARTUP_TIME 20
@@ -76,7 +76,7 @@
  * Minimum time for sample and hold [us].
  *
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 0
  * $WIZ$ supports = "at91"
  */
 #define CONFIG_ADC_SHTIME       834
@@ -94,8 +94,8 @@
  * ADC clock divisor from main crystal.
  *
  * $WIZ$ type = "int"
- * $WIZ$ min = "2"
- * $WIZ$ max = "128"
+ * $WIZ$ min = 2
+ * $WIZ$ max = 128
  * $WIZ$ supports = "avr"
  */
 #define CONFIG_ADC_AVR_DIVISOR  2