sysclk: remove enabled and fix display report bug
so meha, can you send me a invite to hyperion please?
This commit is contained in:
@@ -27,9 +27,6 @@
|
||||
|
||||
#define TESLA_INIT_IMPL
|
||||
#include <tesla.hpp>
|
||||
#ifdef IS_MINIMAL
|
||||
#warning "Minimal compilation"
|
||||
#endif
|
||||
#include "ui/gui/fatal_gui.h"
|
||||
#include "ui/gui/main_gui.h"
|
||||
#include "rgltr_services.h" // for extern Service g_rgltrSrv, etc.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user