Skip to content

Commit 4d95fd5

Browse files
committed
Fix asid double definition
1 parent 5767e4d commit 4d95fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/asid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
/* Config externals */
4747
extern RuntimeCFG cfg;
48-
extern const char *sidtypes[5];
48+
extern char *sidtypes[5];
4949

5050
/* GPIO externals */
5151
extern void __no_inline_not_in_flash_func(cycled_write_operation)(uint8_t address, uint8_t data, uint16_t cycles);

0 commit comments

Comments
 (0)