forked from len0rd/rockbox
add missing variable declaration
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11862 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c0c97e5d3d
commit
6d15996e6d
1 changed files with 3 additions and 0 deletions
|
|
@ -281,6 +281,9 @@ void check_sleepers(void)
|
|||
static inline void sleep_core(void)
|
||||
{
|
||||
static long last_tick = 0;
|
||||
#if CONFIG_CPU == S3C2440
|
||||
int i;
|
||||
#endif
|
||||
|
||||
for (;;)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue