소스 검색

library update

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;