bdk: minor naming edits

This commit is contained in:
CTCaer
2023-03-31 09:11:55 +03:00
parent 50811aacfa
commit 27ae312227
3 changed files with 7 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ static void _display_dsi_wait_vblank(bool enable)
}
else
{
// Wait for vblank before reseting sync points.
// Wait for vblank before resetting sync points.
DISPLAY_A(_DIREG(DC_CMD_INT_STATUS)) = DC_CMD_INT_FRAME_END_INT; // Clear interrupt.
while (!(DISPLAY_A(_DIREG(DC_CMD_INT_STATUS)) & DC_CMD_INT_FRAME_END_INT))
;