don't compile on the simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2686 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
879fabdb1d
commit
12c1981728
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef SIMULATOR /* don't want this code in the simulator */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <sprintf.h>
|
||||
#include "menu.h"
|
||||
|
@ -199,3 +201,5 @@ bool oscillograph(void)
|
|||
/* standard return */
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif /* #ifndef SIMULATOR */
|
Loading…
Reference in a new issue