my first Lua

This commit is contained in:
Andrey 2021-08-22 01:41:54 -04:00
parent 9d05d54cf1
commit e6ac41f5ba
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ static int lua_efi_print(lua_State* l) {
static int lua_readpin(lua_State* l) {
auto msg = luaL_checkstring(l, 1);
#if ! EFI_UNIT_TEST
#if EFI_PROD_CODE
readPin(msg);
#endif
return 0;