summaryrefslogtreecommitdiff
path: root/nuttx/configs/trifle/src/cfmconfig.c
blob: 76ace4d9552f6307a41f4f361d97054be9db474b (plain) (blame)
1
2
3
4
5
6
7
#include <stdint.h>

__attribute__ ((section(".cfmconfig")))
const uint8_t __flashconfigbytes[16] = {
    0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
    0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFF, 0xFF
};