diff options
| author | Nils Wallménius <nils@rockbox.org> | 2008-08-12 15:39:47 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2008-08-12 15:39:47 +0000 |
| commit | d89f400c21a129a3daee8b1541d8f97c74f629fa (patch) | |
| tree | 396f8aeeb7e0e7fe6983635132ade90f2ef0b10a /manual/appendix | |
| parent | b3d62053df0ed202702ad658b6a646ff1cdf34a3 (diff) | |
| download | rockbox-d89f400c21a129a3daee8b1541d8f97c74f629fa.zip rockbox-d89f400c21a129a3daee8b1541d8f97c74f629fa.tar.gz rockbox-d89f400c21a129a3daee8b1541d8f97c74f629fa.tar.bz2 rockbox-d89f400c21a129a3daee8b1541d8f97c74f629fa.tar.xz | |
Use the generated feature to control inclusion of sections about different battery types, add 'battery type' to config file options
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18255 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/config_file_options.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index 8835909..3021d54 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -83,6 +83,9 @@ brightness & \fixme{device a way to get ranges from config-*.h} & N/A\\ disk spindown & 3 to 254 & seconds\\ battery capacity & \fixme{device a way to get ranges from config-*.h} & mAh\\ + \opt{battery_types}{ + battery type & alkaline, nimh & N/A\\ + } \opt{HAVE_CAR_ADAPTER_MODE}{ car adapter mode & on, off & N/A\\ } |