summaryrefslogtreecommitdiff
path: root/firmware/export/tuner.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2008-11-03 15:25:43 +0000
committerBjörn Stenberg <bjorn@haxx.se>2008-11-03 15:25:43 +0000
commit012f56479fe155b5a49ea595b2bd19f72eb360ac (patch)
tree6f5ad4afe9990d3bea05bb4097f7dfaee9851289 /firmware/export/tuner.h
parent3b05259316cdfa8baa578d868352233ad2e9bfa0 (diff)
downloadrockbox-012f56479fe155b5a49ea595b2bd19f72eb360ac.tar.gz
rockbox-012f56479fe155b5a49ea595b2bd19f72eb360ac.zip
Minor comment change. FS #9234.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18991 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/tuner.h')
-rw-r--r--firmware/export/tuner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/tuner.h b/firmware/export/tuner.h
index f3b7621d38..a081472fa1 100644
--- a/firmware/export/tuner.h
+++ b/firmware/export/tuner.h
@@ -86,7 +86,7 @@ extern int (*tuner_get)(int setting);
86 86
87/** Sanyo LV24020LP **/ 87/** Sanyo LV24020LP **/
88#if (CONFIG_TUNER & LV24020LP) 88#if (CONFIG_TUNER & LV24020LP)
89/* Sansa e200 Series */ 89/* Sansa c200, e200 */
90#include "lv24020lp.h" 90#include "lv24020lp.h"
91#endif 91#endif
92 92