1
0
Fork 0
forked from len0rd/rockbox

A few tweaks to get USB support compiling again on TCC targets (part of FS#9917 by Michaël Burtin).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20264 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rob Purchase 2009-03-09 22:02:30 +00:00
parent e92d9967d6
commit efe3ec86f1
4 changed files with 12 additions and 1 deletions

View file

@ -24,6 +24,7 @@
#include "kernel.h"
#include "thread.h"
#include "string.h"
#include "file.h"
#ifndef SIMULATOR
long cpu_frequency SHAREDBSS_ATTR = CPU_FREQ;