Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GCC10 made `-fno-common` a default flag and for a slightly confusing reason this leads to the compiler complaining about multiple definitions of the keyboard_cmd enum. Work around that by merging the declaration of the enum into the typedef of `keyboard_cmd_t`. Ref.: https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common Signed-off-by: Bjoern Doebel <[email protected]>
- Loading branch information