summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-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