We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e24400 commit 8f7ddb6Copy full SHA for 8f7ddb6
libraries/PWMAudio/examples/PlayRaw/wav.h
@@ -1,4 +1,4 @@
1
-unsigned char out_raw[] = {
+const unsigned char out_raw[] __attribute__((aligned((2)))) = {
2
0xbd, 0x1b, 0xd1, 0x1a, 0x41, 0x1b, 0x63, 0x1a, 0xdf, 0x19, 0xea, 0x19,
3
0x18, 0x19, 0x50, 0x19, 0x2e, 0x1a, 0xdc, 0x19, 0x90, 0x1a, 0x8d, 0x1a,
4
0x60, 0x19, 0x31, 0x19, 0x81, 0x17, 0x79, 0x16, 0xda, 0x16, 0x0b, 0x16,
0 commit comments