forked from len0rd/rockbox
define archos so that config works better
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2275 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1b5afda12f
commit
e5cb74003d
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
/* this should go in a library...*/
|
||||
#define ARCHOS_RECORDER
|
||||
#define DEBUGF printf
|
||||
#include "../firmware/loadfont.c"
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* Copyright (c) 2002 by Greg Haerr <greg@censoft.com>
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#define ARCHOS_RECORDER
|
||||
#include "../firmware/font.h"
|
||||
|
||||
extern MWCFONT FONT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue