forked from len0rd/rockbox
battery bench: fix redundant '#' in the battery bench instruction header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30211 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5dfc343a24
commit
7210d04603
1 changed files with 2 additions and 2 deletions
|
|
@ -536,11 +536,11 @@ enum plugin_status plugin_start(const void* parameter)
|
||||||
"# file (%s) every minute.\n"
|
"# file (%s) every minute.\n"
|
||||||
"# To properly test your battery:\n"
|
"# To properly test your battery:\n"
|
||||||
"# 1) Select and playback an album. "
|
"# 1) Select and playback an album. "
|
||||||
"# (Be sure to be more than the player's buffer)\n"
|
"(Be sure to be more than the player's buffer)\n"
|
||||||
"# 2) Set to repeat.\n"
|
"# 2) Set to repeat.\n"
|
||||||
"# 3) Let the player run completely out of battery.\n"
|
"# 3) Let the player run completely out of battery.\n"
|
||||||
"# 4) Recharge and copy (or whatever you want) the txt file to "
|
"# 4) Recharge and copy (or whatever you want) the txt file to "
|
||||||
"# your computer.\n"
|
"your computer.\n"
|
||||||
"# Now you can make graphs with the data of the battery log.\n"
|
"# Now you can make graphs with the data of the battery log.\n"
|
||||||
"# Do not enter another plugin during the test or else the \n"
|
"# Do not enter another plugin during the test or else the \n"
|
||||||
"# logging activity will end.\n\n"
|
"# logging activity will end.\n\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue