From: lottaviano Date: Mon, 6 Jul 2009 15:17:09 +0000 (+0000) Subject: Fix error in wizard configuration. X-Git-Tag: 2.2.0~225 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=65601c27798b505564030e3e231ab28b1d801630;p=bertos.git Fix error in wizard configuration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2743 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_i2s.h b/bertos/cfg/cfg_i2s.h index 35946ba8..52fa8848 100644 --- a/bertos/cfg/cfg_i2s.h +++ b/bertos/cfg/cfg_i2s.h @@ -51,8 +51,8 @@ * Sampling frequency of the audio file. * * $WIZ$ type = "int" - * $WIZ$ min = 32000UL - * $WIZ$ max = 192000UL + * $WIZ$ min = 32000 + * $WIZ$ max = 192000 */ #define CONFIG_SAMPLE_FREQ 44100UL