This commit is contained in:
Matthew Kennedy 2023-07-01 21:28:12 -07:00
commit 1e63214824
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#if !EFI_UNIT_TEST
#include "pch.h"
#include "value_lookup.h"
float getOutputValueByName(const char *name) {
@ -654,3 +655,4 @@ float getOutputValueByName(const char *name) {
}
return EFI_ERROR_CODE;
}
#endif