mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop
This commit is contained in:
commit
8a7f815b85
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…
Reference in New Issue
Block a user