Skip to content

Commit 5e58ddf

Browse files
committed
[modify] py/objmodule.c because of Not Implemented
1 parent e5c5f3b commit 5e58ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/objmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "py/runtime.h"
3434
#include "py/builtin.h"
3535

36-
#include "genhdr/moduledefs.h"
36+
// #include "genhdr/moduledefs.h"
3737

3838
STATIC void module_print(const mp_print_t *print, mp_obj_t self_in, mp_print_kind_t kind) {
3939
(void)kind;

0 commit comments

Comments
 (0)