sysclk: fix crashing on boot and raise minimum refresh rate on aula

This commit is contained in:
souldbminersmwc
2026-02-14 20:23:22 -05:00
parent d57fccc463
commit 03ede8f171
5 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@
#include "process_management.h"
#include "clock_manager.h"
#include "ipc_service.h"
#define INNER_HEAP_SIZE 0x34000
#define INNER_HEAP_SIZE 0x40000
extern "C"
{