Move MSG_x_LINE to multi_language.h

This commit is contained in:
Scott Lahteine
2020-04-05 18:24:50 -05:00
parent 07b3f38269
commit fad9235cd8
6 changed files with 8 additions and 18 deletions

View File

@@ -77,3 +77,7 @@ typedef const char Language_Str[];
#define GET_TEXT_F(MSG) (const __FlashStringHelper*)GET_TEXT(MSG)
#define MSG_CONCAT(A,B) pgm_p_pair_t(GET_TEXT(A),GET_TEXT(B))
#define MSG_1_LINE(A) A "\0" "\0"
#define MSG_2_LINE(A,B) A "\0" B "\0"
#define MSG_3_LINE(A,B,C) A "\0" B "\0" C