summaryrefslogtreecommitdiff
path: root/apps/examples/i2schar/i2schar_receiver.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/i2schar/i2schar_receiver.c')
-rw-r--r--apps/examples/i2schar/i2schar_receiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/i2schar/i2schar_receiver.c b/apps/examples/i2schar/i2schar_receiver.c
index 279076c6a..4575fd109 100644
--- a/apps/examples/i2schar/i2schar_receiver.c
+++ b/apps/examples/i2schar/i2schar_receiver.c
@@ -114,7 +114,7 @@ pthread_addr_t i2schar_receiver(pthread_addr_t arg)
for (i = 0; i < CONFIG_EXAMPLES_I2SCHAR_TXBUFFERS; i++)
{
/* Allocate an audio buffer of the configured size */
-
+
desc.numbytes = CONFIG_EXAMPLES_I2SCHAR_BUFSIZE;
desc.u.ppBuffer = &apb;