summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/noise.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/noise.h')
-rw-r--r--apps/plugins/rockboy/noise.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/rockboy/noise.h b/apps/plugins/rockboy/noise.h
index 037499eef3..838cbe171c 100644
--- a/apps/plugins/rockboy/noise.h
+++ b/apps/plugins/rockboy/noise.h
@@ -5,13 +5,13 @@
5 5
6#include "defs.h" 6#include "defs.h"
7 7
8static byte noise7[] = 8static byte noise7[] ICONST_ATTR =
9{ 9{
10 0xfd,0xf3,0xd7,0x0d,0xd3,0x15,0x82,0xf1, 10 0xfd,0xf3,0xd7,0x0d,0xd3,0x15,0x82,0xf1,
11 0xdb,0x25,0x21,0x39,0x68,0x8c,0xd5,0x00, 11 0xdb,0x25,0x21,0x39,0x68,0x8c,0xd5,0x00,
12}; 12};
13 13
14static byte noise15[] = 14static byte noise15[] ICONST_ATTR =
15{ 15{
16 0xff,0xfd,0xff,0xf3,0xff,0xd7,0xff,0x0f, 16 0xff,0xfd,0xff,0xf3,0xff,0xd7,0xff,0x0f,
17 0xfd,0xdf,0xf3,0x3f,0xd5,0x7f,0x00,0xfd, 17 0xfd,0xdf,0xf3,0x3f,0xd5,0x7f,0x00,0xfd,