From ae31160c1a6ff74378b7066317eadc23c0137e63 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 8 Mar 2008 20:46:53 +0000 Subject: Fix fireworks adding another boost count on exit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16561 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/fireworks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c index e0d491aaf3..e233a8ea66 100644 --- a/apps/plugins/fireworks.c +++ b/apps/plugins/fireworks.c @@ -5,7 +5,7 @@ * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ * \/ \/ \/ \/ \/ - * $Id: + * $Id$ * * Copyright (C) 2007 Zakk Roberts * @@ -542,7 +542,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) backlight_use_settings(rb); /* backlight control in lib/helper.c */ #ifdef HAVE_ADJUSTABLE_CPU_FREQ - rb->cpu_boost(true); + rb->cpu_boost(false); #endif return PLUGIN_OK; -- cgit v1.2.3