[KINETIS] Add used flash for flash config
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8925 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
39fa482f9d
commit
e612ccf6ca
|
@ -40,7 +40,7 @@
|
||||||
#ifdef __CC_ARM
|
#ifdef __CC_ARM
|
||||||
__attribute__ ((section(".ARM.__at_0x400")))
|
__attribute__ ((section(".ARM.__at_0x400")))
|
||||||
#else
|
#else
|
||||||
__attribute__ ((section(".cfmconfig")))
|
__attribute__ ((used, section(".cfmconfig")))
|
||||||
#endif
|
#endif
|
||||||
const uint8_t _cfm[0x10] = {
|
const uint8_t _cfm[0x10] = {
|
||||||
0xFF, /* NV_BACKKEY3: KEY=0xFF */
|
0xFF, /* NV_BACKKEY3: KEY=0xFF */
|
||||||
|
|
Loading…
Reference in New Issue