console_chars: fix GCC 10 regression
commitb9ddfd0f91b4605a969b16048e3b0f05d10976bb
authorrofl0r <rofl0r@users.noreply.github.com>
Fri, 16 Apr 2021 16:03:16 +0000 (16 17:03 +0100)
committerrofl0r <rofl0r@users.noreply.github.com>
Fri, 16 Apr 2021 16:03:19 +0000 (16 17:03 +0100)
tree1bec09cabf8f5ca6e74390e374677e33bc060e81
parent6f8ed2b62bf25e86a31ea1814ce2fb9a4532cd14
console_chars: fix GCC 10 regression

having the name of the enum at the end actually defined it as a variable
and GCC 10 is strict about multiple variable definitions even if unused.
console_chars.h