micropython 273 B

12345678910111213141516171819
  1. commit 55fca52c45c820244147bfb3a54bd9801635974e
  2. Author: Oliver Fabel <28701799+ofabel@users.noreply.github.com>
  3. Date: Fri Sep 27 18:28:37 2024 +0200
  4. library update
  5. diff --git a/mp_flipper_runtime.c b/mp_flipper_runtime.c
  6. index fe4b12af5..b5c0f329c 100644
  7. --- a/mp_flipper_runtime.c
  8. +++ b/mp_flipper_runtime.c
  9. @@ -32,6 +32,8 @@ void mp_flipper_init(void* heap, size_t heap_size, size_t stack_size, void* stac
  10. }
  11. void mp_flipper_deinit() {
  12. + gc_sweep_all();
  13. +
  14. mp_deinit();
  15. mp_flipper_context_free(mp_flipper_context);