Skip to content

Commit

Permalink
Set priority of the event to TPL_CALLBACK
Browse files Browse the repository at this point in the history
  • Loading branch information
o-marshmallow committed Jul 17, 2017
1 parent a1ca9f2 commit ba2ae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Green.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ThreadInitialize(VOID)

EFI_STATUS Status = gBS->CreateEvent(EVT_TIMER |
EVT_NOTIFY_SIGNAL,
TPL_NOTIFY,
TPL_CALLBACK,
CChangeContext,
NULL,
(EFI_EVENT*) Schedule);
Expand Down

0 comments on commit ba2ae3d

Please sign in to comment.