Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fome-tech/fome-fw
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Jul 2, 2023
2 parents c59b7b3 + 931294b commit 1e63214
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if !EFI_UNIT_TEST
#include "pch.h"
#include "value_lookup.h"
float getOutputValueByName(const char *name) {
Expand Down Expand Up @@ -654,3 +655,4 @@ float getOutputValueByName(const char *name) {
}
return EFI_ERROR_CODE;
}
#endif

0 comments on commit 1e63214

Please sign in to comment.