fix no select button

Change-Id: I142d48156e166f9e5e7f3ad7c89c1829dbe2009a
This commit is contained in:
Koushik Dutta 2010-11-27 14:41:07 -08:00
parent 3847a2ddd9
commit d90ad5dedf

2
ui.c
View File

@ -29,7 +29,7 @@
#include "minui/minui.h"
#include "recovery_ui.h"
#ifdef KEY_POWER_IS_SELECT_ITEM
#ifdef BOARD_HAS_NO_SELECT_BUTTON
static int gShowBackButton = 1;
#else
static int gShowBackButton = 0;