forked from len0rd/rockbox
1) Use a separate config-<target>.h for Zen Vision(:M) (60GB)
2) Other unrelated cleanups git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17503 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
727a8059d7
commit
e031db4b87
21 changed files with 382 additions and 47 deletions
|
@ -123,7 +123,7 @@ void panicf( const char *fmt, ...)
|
|||
#elif CONFIG_KEYPAD == ONDIO_PAD
|
||||
if (!(PCDR & 0x0008))
|
||||
#endif /* CONFIG_KEYPAD */
|
||||
#elif defined(CREATIVE_ZVM)
|
||||
#elif defined(CREATIVE_ZVx)
|
||||
if(false)
|
||||
#endif /* CPU */
|
||||
system_reboot();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue