1
0
Fork 0
forked from len0rd/rockbox

Oops. Dump some testing stuff that got left in.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16217 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-02-05 04:53:05 +00:00
parent 1f021af60c
commit 5ded48dbea
2 changed files with 1 additions and 5 deletions

View file

@ -32,8 +32,7 @@
#define LCD_BUFFER_SIZE ((320*240*2))
#define TTB_SIZE (0x4000)
#define TTB_BASE ((unsigned int *)TTB_BASE_ADDR)
#define FRAME1 ALIGN_DOWN((TTB_BASE - LCD_BUFFER_SIZE), 32)
#define FRAME2 ALIGN_DOWN((TTB_BASE - LCD_BUFFER_SIZE), 32)
/*
* AIPS 1
*/