summaryrefslogtreecommitdiff
path: root/apps/plugins/wavview.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wavview.c')
-rw-r--r--apps/plugins/wavview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wavview.c b/apps/plugins/wavview.c
index 2b19d3d..ddf72e1 100644
--- a/apps/plugins/wavview.c
+++ b/apps/plugins/wavview.c
@@ -20,7 +20,7 @@
****************************************************************************/
#include "plugin.h"
-PLUGIN_HEADER
+
/* temp byte buffer */
uint8_t samples[10 * 1024]; /* read 10KB at the time */