We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd58a3c commit 361b752Copy full SHA for 361b752
SmartEVSE-3/src/main.cpp
@@ -2967,7 +2967,7 @@ void Timer10ms_singlerun(void) {
2967
#define LOG1S(fmt, ...) \
2968
if (millis() > log1S + 1000) printf("@MSG: " fmt, ##__VA_ARGS__);
2969
#else
2970
-#define LOG1S(X) //dummy
+#define LOG1S(fmt, ...) //dummy
2971
#endif
2972
2973
#if !defined(SMARTEVSE_VERSION) || SMARTEVSE_VERSION >=30 && SMARTEVSE_VERSION < 40 //CH32 and v3
0 commit comments