mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
ipod6g: make functions and variables static where possible
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29767 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d905754bdf
commit
0dfce1972b
4 changed files with 37 additions and 33 deletions
|
|
@ -352,7 +352,7 @@ void INT_WHEEL(void)
|
|||
int_btn = ipod_4g_button_read();
|
||||
}
|
||||
|
||||
void s5l_clickwheel_init(void)
|
||||
static void s5l_clickwheel_init(void)
|
||||
{
|
||||
#if CONFIG_CPU==S5L8701
|
||||
PWRCONEXT &= ~1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue