Add sampling frequency limits for wizard
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 6 Jul 2009 08:19:30 +0000 (08:19 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 6 Jul 2009 08:19:30 +0000 (08:19 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2741 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_i2s.h

index d810d43562d187b343d46bf4c0aa3356a7506baa..35946ba864fa11115769ada7f04e98867dfdd93c 100644 (file)
@@ -51,6 +51,8 @@
  * Sampling frequency of the audio file.
  *
  * $WIZ$ type = "int"
+ * $WIZ$ min =  32000UL
+ * $WIZ$ max = 192000UL
  */
 #define CONFIG_SAMPLE_FREQ     44100UL