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:
parent
4936c92cce
commit
adeb8dd478
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue