1
0
forked from me/IronOS

Formatting pass

This commit is contained in:
Ben V. Brown
2021-03-16 20:29:28 +11:00
parent 17f76b8c36
commit 41f0a1f347
3 changed files with 28 additions and 28 deletions

View File

@@ -195,7 +195,7 @@ void OLED::transitionSecondaryFramebuffer(bool forwardNavigation) {
memmove(&secondStripPtr[newStart], &secondBackStripPtr[newEnd], progress);
refresh();
osDelay(TICKS_100MS/5);
osDelay(TICKS_100MS / 5);
}
}