We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5767e4d commit 4d95fd5Copy full SHA for 4d95fd5
1 file changed
src/asid.c
@@ -45,7 +45,7 @@
45
46
/* Config externals */
47
extern RuntimeCFG cfg;
48
-extern const char *sidtypes[5];
+extern char *sidtypes[5];
49
50
/* GPIO externals */
51
extern void __no_inline_not_in_flash_func(cycled_write_operation)(uint8_t address, uint8_t data, uint16_t cycles);
0 commit comments