gif responsive

This commit is contained in:
2025-11-03 16:07:14 -07:00
parent 74ec86da8f
commit dd26e3528b
2 changed files with 5 additions and 4 deletions

View File

@@ -197,8 +197,6 @@ async fn userland_task() {
defmt::info!("Executing Binary");
entry();
unsafe { HEAP.free() };
// enable kernel ui
{
ENABLE_UI.store(true, Ordering::Release);