aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/MainMenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'UefiMonitorTest/MainMenu.c')
-rw-r--r--UefiMonitorTest/MainMenu.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/UefiMonitorTest/MainMenu.c b/UefiMonitorTest/MainMenu.c
index c271e0d..85c9e64 100644
--- a/UefiMonitorTest/MainMenu.c
+++ b/UefiMonitorTest/MainMenu.c
@@ -87,17 +87,10 @@ MainMenuTip (
}
VOID
-MainMenuKeyRight (
- IN UMT_CONTEXT *Ctx
- )
-{
-
-}
-
-VOID
-MainMenuKeyLeft (
- IN UMT_CONTEXT *Ctx
+MainMenuChangeValue (
+ IN UMT_CONTEXT *Ctx,
+ IN INT8 ValueStep
)
{
-
+
}