From 1cdfaa89a500e494e267540b5d0be30a82284037 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 22 Jul 2011 07:33:08 +0000 Subject: [PATCH] Readd the buffer len settings for old compatibility. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4981 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_i2s.h | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.34.1