samsung: misc: menu: increase delay in menu main loop

Increase menu loop delay to 200 ms helps choose the right
menu option by user. Before this, each time key was pressed
the current menu option was changed few times.
Now it changes only once and also changes few times if key
is pressed for a longer time.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
Przemyslaw Marczak 2014-04-30 13:28:09 +02:00 committed by Minkyu Kang
parent 0954dd61ba
commit f418a1cfc8

View File

@ -285,7 +285,7 @@ static void download_menu(void)
display_download_menu(mode);
last_mode = mode;
mdelay(100);
mdelay(200);
key = check_keys();
switch (key) {