From: asterix Date: Fri, 22 Jul 2011 07:33:08 +0000 (+0000) Subject: Readd the buffer len settings for old compatibility. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=1cdfaa89a500e494e267540b5d0be30a82284037;p=bertos.git Readd the buffer len settings for old compatibility. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4981 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_i2s.h b/bertos/cfg/cfg_i2s.h index ad91bf8b..1dbf1b72 100644 --- a/bertos/cfg/cfg_i2s.h +++ b/bertos/cfg/cfg_i2s.h @@ -56,6 +56,12 @@ */ #define I2S_LOG_FORMAT LOG_FMT_TERSE +/** + * Length of each play buffer. + * + * $WIZ$ type = "int" + */ +#define CONFIG_PLAY_BUF_LEN 8192 /** * Sampling frequency of the audio file.