1
0
Fork 0
forked from len0rd/rockbox

no inline for simulator compilation

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3194 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Felix Arends 2003-01-30 15:52:47 +00:00
parent c84a21dbf6
commit aa8adb252b

View file

@ -31,6 +31,11 @@
#include "lang.h"
#include "peakmeter.h"
/* no inline in simulator mode */
#ifdef SIMULATOR
#define inline
#endif
/* buffer the read peak value */
static int peak_meter_max_l;
static int peak_meter_max_r;