make oscillograph always be used, even in simulator since we have a stub
for it now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2643 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b3438e8b68
commit
091155dda2
1 changed files with 1 additions and 3 deletions
|
@ -46,9 +46,7 @@ bool demo_menu(void)
|
|||
struct menu_items items[] = {
|
||||
{ str(LANG_BOUNCE), bounce },
|
||||
{ str(LANG_SNOW), snow },
|
||||
#ifndef SIMULATOR
|
||||
{ "Oscillograph", oscillograph },
|
||||
#endif
|
||||
{ str(LANG_OSCILLOGRAPH), oscillograph },
|
||||
{ str(LANG_CUBE), cube },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue