summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/test_sampr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_sampr.c b/apps/plugins/test_sampr.c
index 1131a7a989..a23b907048 100644
--- a/apps/plugins/test_sampr.c
+++ b/apps/plugins/test_sampr.c
@@ -46,7 +46,7 @@ static unsigned int gen_thread_id;
46#define OUTPUT_CHUNK_SAMPLES 1152 46#define OUTPUT_CHUNK_SAMPLES 1152
47#define OUTPUT_CHUNK_SIZE (OUTPUT_CHUNK_SAMPLES*sizeof(int16_t)*2) 47#define OUTPUT_CHUNK_SIZE (OUTPUT_CHUNK_SAMPLES*sizeof(int16_t)*2)
48static uint16_t output_buf[OUTPUT_CHUNK_COUNT][OUTPUT_CHUNK_SAMPLES*2] 48static uint16_t output_buf[OUTPUT_CHUNK_COUNT][OUTPUT_CHUNK_SAMPLES*2]
49 IBSS_ATTR __attribute__((aligned(4))); 49 __attribute__((aligned(4)));
50static int output_head IBSS_ATTR; 50static int output_head IBSS_ATTR;
51static int output_tail IBSS_ATTR; 51static int output_tail IBSS_ATTR;
52static int output_step IBSS_ATTR; 52static int output_step IBSS_ATTR;