Revert pointer change. not worth the few bytes it saved.

This commit is contained in:
2025-05-31 20:28:17 -07:00
parent 18e53e90c1
commit edd7df1cd6
6 changed files with 103 additions and 113 deletions

View File

@ -111,3 +111,4 @@ void UpdateDisplay() {
gravity.display.display();
}
```