Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Inman committed Sep 2, 2024
1 parent cb13f03 commit 40dcd46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@ Changes

BASE

-
- magicmini: improve device compatibility (please [update Moss too](https://github.com/shauninman/Moss-magicmini/releases))

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!
Expand Down
2 changes: 1 addition & 1 deletion workspace/magicmini/platform/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 40dcd46

Please sign in to comment.