Fix up ZVM builds. It appeared to share common definitions with PP502x targets so use those. Remove one stale comment left behind in last commit.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19798 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2009-01-19 14:06:47 +00:00
parent 616c98b38f
commit 47509fafa4
4 changed files with 19 additions and 9 deletions

View file

@ -56,6 +56,11 @@ void usb_enable(bool on)
usb_core_exit();
}
void usb_attach(void)
{
usb_enable(true);
}
void IRAM_ATTR GIO7(void)
{
#ifdef DEBUG