cpu/kinetis_common: Add __attribute__((used)) to flash configuration field

pr/gpio
Joakim Nohlgård 8 years ago
parent ec86475242
commit 309cd5ef58

@ -23,7 +23,7 @@
#include <stdint.h>
/* fcfield table */
__attribute__((weak, section(".fcfield")))
__attribute__((weak, used, section(".fcfield")))
const uint8_t flash_configuration_field[] = {
0xff, /* backdoor comparison key 3., offset: 0x0 */
0xff, /* backdoor comparison key 2., offset: 0x1 */

Loading…
Cancel
Save