mirror of
https://github.com/micropython/micropython.git
synced 2025-09-04 08:50:27 +02:00
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ typedef struct _mp_obj_none_t {
|
||||
|
||||
STATIC void none_print(const mp_print_t *print, mp_obj_t self_in, mp_print_kind_t kind) {
|
||||
(void)self_in;
|
||||
if (MICROPY_PY_UJSON && kind == PRINT_JSON) {
|
||||
if (MICROPY_PY_JSON && kind == PRINT_JSON) {
|
||||
mp_print_str(print, "null");
|
||||
} else {
|
||||
mp_print_str(print, "None");
|
||||
|
Reference in New Issue
Block a user