That was a bit too far upwards :(

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28730 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-12-03 00:06:06 +00:00
parent 7f9c1718b5
commit b62ff2bba4

View file

@ -441,15 +441,15 @@ Lyre prototype 1 */
/* no known platform */
#endif
#ifndef CONFIG_PLATFORM
#define CONFIG_PLATFORM PLATFORM_NATIVE
#endif
/* keep this include after the target configs */
#ifdef SIMULATOR
#include "config/sim.h"
#endif
#ifndef CONFIG_PLATFORM
#define CONFIG_PLATFORM PLATFORM_NATIVE
#endif
/* setup basic macros from capability masks */
#include "config_caps.h"