warnings: use more 'const' for char *
[fw/openocd] / src / flash / nor / pic32mx.c
index 4b8d02728487f2c72d4112128d33344f6b639216..6a2770210cdf16231558d5d53f59e185e7b13bdb 100644 (file)
@@ -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"},