diff options
Diffstat (limited to 'src/flash/nor/pic32mx.c')
-rw-r--r-- | src/flash/nor/pic32mx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/pic32mx.c b/src/flash/nor/pic32mx.c index 4b8d0272..6a277021 100644 --- a/src/flash/nor/pic32mx.c +++ b/src/flash/nor/pic32mx.c @@ -99,7 +99,7 @@ struct pic32mx_flash_bank static const struct pic32mx_devs_s { uint8_t devid; - char *name; + const char *name; } pic32mx_devs[] = { {0x38, "360F512L"}, {0x34, "360F256L"}, |