mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-11 06:05:21 -05:00
Clean up warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20119 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9e1d00c9fb
commit
5e058e0bfe
2 changed files with 2 additions and 2 deletions
|
|
@ -30,6 +30,7 @@
|
||||||
#include "font.h"
|
#include "font.h"
|
||||||
#include "debug-target.h"
|
#include "debug-target.h"
|
||||||
#include "lcd-target.h"
|
#include "lcd-target.h"
|
||||||
|
#include "dsp-target.h"
|
||||||
|
|
||||||
#ifndef CREATIVE_ZVx
|
#ifndef CREATIVE_ZVx
|
||||||
#include "tsc2100.h"
|
#include "tsc2100.h"
|
||||||
|
|
|
||||||
|
|
@ -223,9 +223,8 @@ void DSPHINT(void)
|
||||||
{
|
{
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
char buffer[80];
|
char buffer[80];
|
||||||
static unsigned short level = 2;
|
|
||||||
|
|
||||||
unsigned short *pcm_topbottom, *pcm_topbottom_end;
|
unsigned short *pcm_topbottom;
|
||||||
|
|
||||||
|
|
||||||
IO_INTC_IRQ0 = 1 << 11;
|
IO_INTC_IRQ0 = 1 << 11;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue