Oliver Fabel преди 1 година
родител
ревизия
02b518eeb5
променени са 2 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 1
      mp_flipper_modflipperzero.c
  2. 0 2
      mp_flipper_runtime.h

+ 0 - 1
mp_flipper_modflipperzero.c

@@ -1,4 +1,3 @@
-#include "mp_flipper_runtime.h"
 #include "py/mperrno.h"
 #include <stdint.h>
 #include <stdio.h>

+ 0 - 2
mp_flipper_runtime.h

@@ -2,8 +2,6 @@
 
 #include <stddef.h>
 
-#include "py/mperrno.h"
-
 #include "mpconfigport.h"
 
 extern const char* mp_flipper_root_module_path;