Merge pull request #511 from jmattsson/fix-dhcpserver-const

Unbreak AP mode after rodata changes
This commit is contained in:
Vowstar 2015-06-27 10:32:24 +08:00
commit 0c064bf026
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#include "user_interface.h"
////////////////////////////////////////////////////////////////////////////////////
static const uint8_t xid[4] = {0xad, 0xde, 0x12, 0x23};
static uint8_t xid[4] = {0xad, 0xde, 0x12, 0x23};
static u8_t old_xid[4] = {0};
static const uint8_t magic_cookie[4] = {99, 130, 83, 99};
static struct udp_pcb *pcb_dhcps = NULL;