From 40dcd4644008772ecf8719b8c3d49180832eb721 Mon Sep 17 00:00:00 2001 From: Shaun Inman Date: Sun, 1 Sep 2024 23:32:16 -0400 Subject: [PATCH] tidy --- todo.txt | 11 ++++------- workspace/magicmini/platform/platform.c | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/todo.txt b/todo.txt index 27a9bf56..6254deb1 100644 --- a/todo.txt +++ b/todo.txt @@ -2,7 +2,7 @@ Changes BASE -- +- magicmini: improve device compatibility (please [update Moss too](https://github.com/shauninman/Moss-magicmini/releases)) EXTRAS @@ -10,13 +10,10 @@ EXTRAS --- -BUGS - -- - ---- - next + release MinUI+Moss update for magicmini + + clean out this rat nest of a todo doc figure out Clock.pak timezone issue add gamma to thank yous! diff --git a/workspace/magicmini/platform/platform.c b/workspace/magicmini/platform/platform.c index 7af5ce95..3a47b803 100644 --- a/workspace/magicmini/platform/platform.c +++ b/workspace/magicmini/platform/platform.c @@ -707,7 +707,7 @@ void PLAT_setCPUSpeed(int speed) { case CPU_SPEED_MENU: freq = 600000; break; case CPU_SPEED_POWERSAVE: freq = 816000; break; case CPU_SPEED_NORMAL: freq = 1416000; break; - case CPU_SPEED_PERFORMANCE: freq = 2016000; break; + case CPU_SPEED_PERFORMANCE: freq = 2016000; break; // not viable on lower binned chips } if (speed==CPU_SPEED_PERFORMANCE) {