summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-07-07 13:53:29 +0000
committerNils Wallménius <nils@rockbox.org>2007-07-07 13:53:29 +0000
commit68d70b35d8b8208bf4894825e65bdb8f110c9150 (patch)
treed5266927038969412841311bb65daaf9b9d7ddaa /apps/plugins
parent1cf80c3c951bf4d5ce62f0e1360fb311e531aef3 (diff)
downloadrockbox-68d70b35d8b8208bf4894825e65bdb8f110c9150.tar.gz
rockbox-68d70b35d8b8208bf4894825e65bdb8f110c9150.zip
Turn on backlight when test_codec speed test is finished
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13812 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/test_codec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 446bffb8a1..0e388ceaaa 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -618,6 +618,7 @@ static enum plugin_status test_track(char* filename)
618 618
619 /* Write an empty line to the log */ 619 /* Write an empty line to the log */
620 log_text("",true); 620 log_text("",true);
621 rb->backlight_on();
621 622
622exit: 623exit:
623 return res; 624 return res;