rhboot / fwupdate

System firmware update support for UEFI machines
99 stars 47 forks source link

efi/fwupdate.c Correct a typographical error #113

Closed superm1 closed 6 years ago

superm1 commented 6 years ago
fwupdate.c: In function 'msleep':
fwupdate.c:54:2: error: 'gBS' undeclared (first use in this function); did you mean 'BS'?
  gBS->Stall(msecs);
  ^~~
  BS
fwupdate.c:54:2: note: each undeclared identifier is reported only once for each function it appears in
/build/efi/Makefile:113: recipe for target 'fwupdate.o' failed