From 83dd38a1a948a00f75af4c20c28290c695c57ecc Mon Sep 17 00:00:00 2001 From: lottaviano Date: Mon, 6 Jul 2009 08:19:30 +0000 Subject: [PATCH] Add sampling frequency limits for wizard git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2741 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_i2s.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1