From 65601c27798b505564030e3e231ab28b1d801630 Mon Sep 17 00:00:00 2001 From: lottaviano Date: Mon, 6 Jul 2009 15:17:09 +0000 Subject: [PATCH] Fix error in wizard configuration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2743 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_i2s.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1