X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_adc.h;h=dd65e134e8f0ac3711f0bd8a929ee2b2c53089bc;hb=a68e8a225a683ef7847f92ab89d8a202cf27973f;hp=6172d0320c891a30aaf185f0c0b1e6dd3c2f08ef;hpb=e2d74f4537238431847a972b8aa86e730775f3ed;p=bertos.git diff --git a/bertos/cfg/cfg_adc.h b/bertos/cfg/cfg_adc.h index 6172d032..dd65e134 100644 --- a/bertos/cfg/cfg_adc.h +++ b/bertos/cfg/cfg_adc.h @@ -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