瀏覽代碼

[modify] py/objmodule.c because of Not Implemented

SummerGift 6 年之前
父節點
當前提交
5e58ddfb76
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      py/objmodule.c

+ 1 - 1
py/objmodule.c

@@ -33,7 +33,7 @@
 #include "py/runtime.h"
 #include "py/builtin.h"
 
-#include "genhdr/moduledefs.h"
+// #include "genhdr/moduledefs.h"
 
 STATIC void module_print(const mp_print_t *print, mp_obj_t self_in, mp_print_kind_t kind) {
     (void)kind;