mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Make more local functions static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31395 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2800c55a6a
commit
14c2e677fd
9 changed files with 17 additions and 11 deletions
|
|
@ -211,7 +211,7 @@ bool lcd_active(void)
|
|||
|
||||
#ifdef HAVE_LCD_SLEEP
|
||||
|
||||
void lcd_wakeup(void)
|
||||
static void lcd_wakeup(void)
|
||||
{
|
||||
unsigned short *lcd_init_sequence;
|
||||
unsigned int lcd_init_sequence_length;
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ void INT_TIMERD(void)
|
|||
}
|
||||
}
|
||||
|
||||
void piezo_start(unsigned short cycles, unsigned short periods)
|
||||
static void piezo_start(unsigned short cycles, unsigned short periods)
|
||||
{
|
||||
#ifndef SIMULATOR
|
||||
duration = periods;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue