mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-20 18:40:31 +00:00
hxcmod-player: mark mod song as const to avoid copy to RAM
This commit is contained in:
parent
0fd69bb60e
commit
390b927134
2
3rd-party/hxcmod-player/mods/mod.h
vendored
2
3rd-party/hxcmod-player/mods/mod.h
vendored
@ -1,3 +1,3 @@
|
||||
extern unsigned char mod_data[];
|
||||
extern const unsigned char mod_data[];
|
||||
extern unsigned int mod_len;
|
||||
extern const char * mod_name;
|
@ -1,6 +1,6 @@
|
||||
#include "mod.h"
|
||||
|
||||
unsigned char mod_data[] = {
|
||||
const unsigned char mod_data[] = {
|
||||
0x64, 0x65, 0x63, 0x65, 0x61, 0x73, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20,
|
||||
0x64, 0x69, 0x73, 0x65, 0x61, 0x73, 0x65, 0x00, 0x62, 0x79, 0x20, 0x6e,
|
||||
0x61, 0x6f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
|
Loading…
x
Reference in New Issue
Block a user