sysclk: fix warnings

This commit is contained in:
souldbminersmwc
2026-01-21 19:55:25 -05:00
parent 9b4544856e
commit 64301c6d33
7 changed files with 2 additions and 3 deletions

View File

@@ -30,6 +30,7 @@
#include <cstdio>
#include <string>
#include <cstdint>
#define FREQ_DEFAULT_TEXT "Do not override"
static inline std::string formatListFreqMHz(std::uint32_t mhz)

View File

@@ -34,8 +34,6 @@
using FreqChoiceListener = std::function<bool(std::uint32_t hz)>;
#define FREQ_DEFAULT_TEXT "Default"
class FreqChoiceGui : public BaseMenuGui
{
protected: