Skip to content

Commit

Permalink
Fix incomplete commit (LumaTeam@3903ac6)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraWright committed Sep 28, 2018
1 parent 4733db2 commit 64b6ada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void configMenu(bool oldPinStatus, u32 oldPinMode)
u32 enabled;
bool visible;
} multiOptions[] = {
{ .visible = isSdMode },
{ .visible = nandType == FIRMWARE_EMUNAND },
{ .visible = true },
{ .visible = true },
{ .visible = true },
Expand All @@ -223,8 +223,8 @@ void configMenu(bool oldPinStatus, u32 oldPinMode)
bool enabled;
bool visible;
} singleOptions[] = {
{ .visible = isSdMode },
{ .visible = isSdMode },
{ .visible = nandType == FIRMWARE_EMUNAND },
{ .visible = nandType == FIRMWARE_EMUNAND },
{ .visible = true },
{ .visible = true },
{ .visible = true },
Expand Down

0 comments on commit 64b6ada

Please sign in to comment.