diff options
| author | Nils Wallménius <nils@rockbox.org> | 2007-07-07 13:53:29 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2007-07-07 13:53:29 +0000 |
| commit | 68d70b35d8b8208bf4894825e65bdb8f110c9150 (patch) | |
| tree | d5266927038969412841311bb65daaf9b9d7ddaa /apps/plugins | |
| parent | 1cf80c3c951bf4d5ce62f0e1360fb311e531aef3 (diff) | |
| download | rockbox-68d70b35d8b8208bf4894825e65bdb8f110c9150.zip rockbox-68d70b35d8b8208bf4894825e65bdb8f110c9150.tar.gz rockbox-68d70b35d8b8208bf4894825e65bdb8f110c9150.tar.bz2 rockbox-68d70b35d8b8208bf4894825e65bdb8f110c9150.tar.xz | |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 446bffb..0e388ce 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) /* Write an empty line to the log */ log_text("",true); + rb->backlight_on(); exit: return res; |