diff options
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r-- | py/mpconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index bde8dfb9ef..ed42fbccc1 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -178,7 +178,7 @@ #endif // Whether to build functions that print debugging info: -// mp_token_show +// mp_lexer_show_token // mp_bytecode_print // mp_parse_node_print #ifndef MICROPY_DEBUG_PRINTERS |