sysclk: remove enabled and fix display report bug

so meha, can you send me a invite to hyperion please?
This commit is contained in:
souldbminersmwc
2026-01-06 18:24:29 -05:00
parent 33c15a5a78
commit 8478a0969c
4 changed files with 20 additions and 18 deletions

View File

@@ -24,8 +24,8 @@
#include <cstring>
#include <vector>
#include <notification.h>
#if IS_MINIMAL == 0
#pragma message("Compiling with full features")
#if IS_MINIMAL == 1
#pragma message("Compiling with minimal features")
#endif
class RamSubmenuGui;
class RamTimingsSubmenuGui;