1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Nils Wallménius 2007-07-07 13:53:29 +00:00
parent 1cf80c3c95
commit 68d70b35d8

View file

@ -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;