Oliver Fabel 1 год назад
Родитель
Сommit
3b3cad835d
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      lib/micropython
  2. 1 1
      lib/micropython-port/mp_flipper_halport.c

+ 1 - 1
lib/micropython

@@ -1 +1 @@
-Subproject commit 7bd33ce4b28fbe038e9c42fda004cccf1c724cb4
+Subproject commit 000a3b649e1ad2c4a49480b297896ff8f652d21b

+ 1 - 1
lib/micropython-port/mp_flipper_halport.c

@@ -28,6 +28,6 @@ inline mp_flipper_import_stat_t mp_flipper_import_stat(const char* path) {
     return stat;
     return stat;
 }
 }
 
 
-size_t gc_get_max_new_split(void) {
+inline size_t mp_flipper_gc_get_max_new_split(void) {
     return memmgr_heap_get_max_free_block();
     return memmgr_heap_get_max_free_block();
 }
 }