Преглед изворни кода

[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;