Fix typo 2

This commit is contained in:
Lightos1
2026-02-10 15:33:47 +01:00
committed by GitHub
parent 7ab5c2f540
commit d657f1d156

View File

@@ -59,5 +59,6 @@ std::map<uint32_t, std::string> gpu_freq_label_m = {
{768000000, "Docked"},
{1075200000, "Safe Max"},
{1305600000, "Unsafe Max"},
{1536000000, "Aboslute Max"},
{1536000000, "Absolute Max"},
};