1
0
Fork 0
forked from len0rd/rockbox

Fix Version string for PP5022/PP5020. The bootloader for c200, mrobe100 and all h10 should be re-released since they don't actually have the 6.0 version string.

git-svn-id: svn://svn.rockbox.org/rockbox/branches/bootloader_ams_pp@22661 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-09-08 14:19:14 +00:00
parent 4936c92cce
commit adeb8dd478

View file

@ -25,7 +25,7 @@
#include <string.h>
#include "bitmaps/rockboxlogo.h"
#if CONFIG_CPU == PP5024 || CONFIG_CPU == PP5024 || CONFIG_CPU == PP5024
#if CONFIG_CPU == PP5024 || CONFIG_CPU == PP5022 || CONFIG_CPU == PP5020
#ifdef APPSVERSION
#undef APPSVERSION
#endif