Skip to content

Commit 361b752

Browse files
author
dingo35
committed
main.cpp: fix v3 LOG1S compile error
1 parent bd58a3c commit 361b752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SmartEVSE-3/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2967,7 +2967,7 @@ void Timer10ms_singlerun(void) {
29672967
#define LOG1S(fmt, ...) \
29682968
if (millis() > log1S + 1000) printf("@MSG: " fmt, ##__VA_ARGS__);
29692969
#else
2970-
#define LOG1S(X) //dummy
2970+
#define LOG1S(fmt, ...) //dummy
29712971
#endif
29722972

29732973
#if !defined(SMARTEVSE_VERSION) || SMARTEVSE_VERSION >=30 && SMARTEVSE_VERSION < 40 //CH32 and v3

0 commit comments

Comments
 (0)