Fix for GCC 7.

This commit is contained in:
NIIBE Yutaka
2018-08-20 16:07:07 +09:00
parent b2b19e1ad4
commit bce53546e7

View File

@@ -71,7 +71,7 @@ static const uint8_t *data_pool;
static uint8_t *last_p; static uint8_t *last_p;
/* The first halfword is generation for the data page (little endian) */ /* The first halfword is generation for the data page (little endian) */
const uint8_t const flash_data[4] __attribute__ ((section (".gnuk_data"))) = { const uint8_t flash_data[4] __attribute__ ((section (".gnuk_data"))) = {
0x00, 0x00, 0xff, 0xff 0x00, 0x00, 0xff, 0xff
}; };