summaryrefslogtreecommitdiffstatshomepage
path: root/py/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/malloc.c')
-rw-r--r--py/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/malloc.c b/py/malloc.c
index 41cf1fd131..27eaac1088 100644
--- a/py/malloc.c
+++ b/py/malloc.c
@@ -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