Question
syntax is the bane of my work...
I don't understand why this would compile and work for one project but not another...
const char Menu[40][32] = {
"\033[91;2mShow Menu\033[93;2m <space>",
"\033[0m ",
"1 Read Flash status"
};
char * ptr = &Menu; <- fails here[Clang IntelliSense] Warning: incompatible pointer types initializing 'char *' with an expression of type 'const char (*)[40][32]' VS_EBrakes3F6 c:\users\nickm\documents\vs2018\ebrakesv3_f6\src\bios.c 1107