From: lottaviano Date: Mon, 6 Jul 2009 08:19:30 +0000 (+0000) Subject: Add sampling frequency limits for wizard X-Git-Tag: 2.2.0~227 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=83dd38a1a948a00f75af4c20c28290c695c57ecc;p=bertos.git Add sampling frequency limits for wizard git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2741 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_i2s.h b/bertos/cfg/cfg_i2s.h index d810d435..35946ba8 100644 --- a/bertos/cfg/cfg_i2s.h +++ b/bertos/cfg/cfg_i2s.h @@ -51,6 +51,8 @@ * Sampling frequency of the audio file. * * $WIZ$ type = "int" + * $WIZ$ min = 32000UL + * $WIZ$ max = 192000UL */ #define CONFIG_SAMPLE_FREQ 44100UL