Remove reference to pin setup function.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29236 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8f80adf4d7
commit
c3142e22ea
1 changed files with 0 additions and 3 deletions
|
@ -31,9 +31,6 @@
|
||||||
|
|
||||||
void udelay(int usec);
|
void udelay(int usec);
|
||||||
|
|
||||||
void dm320_set_io (char pin_num, bool input, bool invert, bool irq, bool irqany,
|
|
||||||
bool chat, char func_num );
|
|
||||||
|
|
||||||
#if defined(CREATIVE_ZVx) && defined(BOOTLOADER)
|
#if defined(CREATIVE_ZVx) && defined(BOOTLOADER)
|
||||||
/* hacky.. */
|
/* hacky.. */
|
||||||
#define SLEEP_KERNEL_HOOK(ticks) \
|
#define SLEEP_KERNEL_HOOK(ticks) \
|
||||||
|
|
Loading…
Reference in a new issue