1
0
Fork 0
forked from len0rd/rockbox

iPod: Code cleanup - the bootloader now compiles with zero warnings

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7812 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-11-11 17:51:35 +00:00
parent c2a0406e10
commit d31a32c501
17 changed files with 111 additions and 58 deletions

View file

@ -256,10 +256,11 @@ void adc_init(void)
#elif CONFIG_CPU == PP5020
#warning Implement adc.c
/* TODO: Implement adc.c */
unsigned short adc_read(int channel)
{
(void)channel;
return 0;
}