Add and use LOG_STRING_T()

This commit is contained in:
Dragorn421
2025-06-02 07:54:35 +02:00
parent 83d225ce2c
commit a695afd730
11 changed files with 26 additions and 22 deletions
+3
View File
@@ -13,4 +13,7 @@
*/
#define T(jp, en) jp
// Note: need to also include debug.h if using this macro
#define LOG_STRING_T(stringJP, stringEN, file, line) LOG(#stringJP, stringJP, "%s", file, line)
#endif