[v0.87][BUGFIX] Add checks to detect wrong ASCII arts. Fix ARM ASCII art

This commit is contained in:
Dr-Noob
2020-11-21 19:21:19 +01:00
parent 0b9f0e860c
commit 5b0cbd622f
2 changed files with 19 additions and 1 deletions

View File

@@ -52,6 +52,7 @@
\
\
\
\
############ ########## #### ###### ######## \
############### ######### ####################### \
#### #### #### ##### ####### ##### \
@@ -63,7 +64,8 @@
\
\
\
"
\
"
#define UNKNOWN_ASCII \
" \
@@ -85,5 +87,12 @@
\
\
"
static const char* ASCII_ARRAY [] = {
AMD_ASCII,
INTEL_ASCII,
ARM_ASCII,
UNKNOWN_ASCII
};
#endif