Просмотр исходного кода

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

SummerGift 6 лет назад
Родитель
Сommit
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;