Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop

This commit is contained in:
Milanka Ringwald 2017-08-09 16:45:43 +02:00
commit 8a7f815b85
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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,