Actualiser EfiClock/UefiMain.c
This commit is contained in:
parent
78d8415c89
commit
f3c0a1dce1
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ EFI_STATUS EFIAPI UefiEntry(IN EFI_HANDLE imgHandle, IN EFI_SYSTEM_TABLE* sysTab
|
|||
hour & 0b01000 ? drawRectangle(col0,row2,sq_sid,sq_sid,accentColor) : drawRectangle(col0,row2,sq_sid,sq_sid,idleColor);
|
||||
hour & 0b10000 ? drawRectangle(col0,row1,sq_sid,sq_sid,accentColor) : drawRectangle(col0,row1,sq_sid,sq_sid,idleColor);
|
||||
|
||||
status = gBS->WaitForEvent(1, Event, &EventIndex);
|
||||
Status = gBS->WaitForEvent(1, Event, &EventIndex);
|
||||
}
|
||||
|
||||
return EFI_SUCCESS;
|
||||
|
|
Loading…
Reference in a new issue