Skip to content

Commit 3062bad

Browse files
Remove 'const' - this should fix CI warnings, but not errors
1 parent fd093ab commit 3062bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cheekmate/Arduino/Cheekmate/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// standard A-Z and 0-9, and one extra symbol "+" that's sometimes used
3333
// in chess. If other symbols are needed for this or other games, they
3434
// can be added to the end of the list.
35-
const struct {
35+
struct {
3636
char symbol;
3737
char *mark;
3838
} morse[] = {

0 commit comments

Comments
 (0)