py: Remove name of var arg from macros with var args.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#if 0 // print debugging info
|
||||
#define DEBUG_printf DEBUG_printf
|
||||
#else // don't print debugging info
|
||||
#define DEBUG_printf(args...) (void)0
|
||||
#define DEBUG_printf(...) (void)0
|
||||
#endif
|
||||
|
||||
#if MICROPY_MEM_STATS
|
||||
|
||||
Reference in New Issue
Block a user