fix compiler error

main.c:52:28: error: ‘msg_0xd1’ defined but not used [-Werror=unused-const-variable=]
This commit is contained in:
Harald Welte 2020-11-15 09:42:08 +01:00
parent 143a5bb345
commit dcbe73ad77
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
#define CHANNEL_BCCH 80
#define CHANNEL_SCH 64
static const unsigned char msg_0xd1[] = { 0x00, 0x01, 0x00, 0x03, 0x00, 0x01, 0x60 };
//static const unsigned char msg_0xd1[] = { 0x00, 0x01, 0x00, 0x03, 0x00, 0x01, 0x60 };
static const unsigned char msg_1_0x40[] = { 0x00, 0x01, 0x64, 0x01, 0x01 };
static const unsigned char msg_2_0x40[] = { 0x00, 0x01, 0x70, 0x00, 0x00, 0x00,
0xc0, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,