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:
parent
c84a21dbf6
commit
aa8adb252b
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@
|
||||||
#include "lang.h"
|
#include "lang.h"
|
||||||
#include "peakmeter.h"
|
#include "peakmeter.h"
|
||||||
|
|
||||||
|
/* no inline in simulator mode */
|
||||||
|
#ifdef SIMULATOR
|
||||||
|
#define inline
|
||||||
|
#endif
|
||||||
|
|
||||||
/* buffer the read peak value */
|
/* buffer the read peak value */
|
||||||
static int peak_meter_max_l;
|
static int peak_meter_max_l;
|
||||||
static int peak_meter_max_r;
|
static int peak_meter_max_r;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue