Browse Source

Fix backslash in language_test.h

Scott Lahteine 6 years ago
parent
commit
f1efcfed14
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/language/language_test.h

+ 1
- 1
Marlin/src/lcd/language/language_test.h View File

66
 #define STRG_ASCII_2 _UxGT(" !\"#$%&'()*+,-./")
66
 #define STRG_ASCII_2 _UxGT(" !\"#$%&'()*+,-./")
67
 #define STRG_ASCII_3 _UxGT("0123456789:;<=>?")
67
 #define STRG_ASCII_3 _UxGT("0123456789:;<=>?")
68
 #define STRG_ASCII_4 _UxGT("@ABCDEFGHIJKLMNO")
68
 #define STRG_ASCII_4 _UxGT("@ABCDEFGHIJKLMNO")
69
-#define STRG_ASCII_5 _UxGT("PQRSTUVWXYZ[\]^_")
69
+#define STRG_ASCII_5 _UxGT("PQRSTUVWXYZ[\\]^_")
70
 #define STRG_ASCII_6 _UxGT("`abcdefghijklmno")
70
 #define STRG_ASCII_6 _UxGT("`abcdefghijklmno")
71
 #define STRG_ASCII_7 _UxGT("pqrstuvwxyz{|}~")
71
 #define STRG_ASCII_7 _UxGT("pqrstuvwxyz{|}~")
72
 
72
 

Loading…
Cancel
Save