forked from len0rd/rockbox
Fix broken builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12088 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f8c68c7912
commit
32dc7da2e2
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ bool detect_flashed_ramimage(void);
|
||||||
bool detect_original_firmware(void);
|
bool detect_original_firmware(void);
|
||||||
|
|
||||||
#if defined(HAVE_ADJUSTABLE_CPU_FREQ) \
|
#if defined(HAVE_ADJUSTABLE_CPU_FREQ) \
|
||||||
&& defined(ROCKBOX_HAS_LOGF)
|
&& defined(ROCKBOX_HAS_LOGF)
|
||||||
#define CPU_BOOST_LOGGING
|
#define CPU_BOOST_LOGGING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ int get_cpu_boost_counter(void);
|
||||||
#else
|
#else
|
||||||
#define FREQ CPU_FREQ
|
#define FREQ CPU_FREQ
|
||||||
#define set_cpu_frequency(frequency)
|
#define set_cpu_frequency(frequency)
|
||||||
#define cpu_boost(on_off,location)
|
#define cpu_boost(on_off)
|
||||||
#define cpu_boost_id(on_off, id)
|
#define cpu_boost_id(on_off, id)
|
||||||
#define cpu_idle_mode(on_off)
|
#define cpu_idle_mode(on_off)
|
||||||
#define get_cpu_boost_counter()
|
#define get_cpu_boost_counter()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue