Fixed missing ellipsis.

This commit is contained in:
Blaz Kristan 2021-03-07 15:33:08 +01:00
parent 34eee005a8
commit 61e0aa9845

View File

@ -584,7 +584,7 @@ WLED_GLOBAL UsermodManager usermods _INIT(UsermodManager());
#else
#define DEBUG_PRINT(x)
#define DEBUG_PRINTLN(x)
#define DEBUG_PRINTF(x)
#define DEBUG_PRINTF(x...)
#endif
#ifdef WLED_DEBUG_FS