summaryrefslogtreecommitdiff
path: root/firmware/export/tuner.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/tuner.h')
-rw-r--r--firmware/export/tuner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/tuner.h b/firmware/export/tuner.h
index 461c9a3fcb..9263c08d90 100644
--- a/firmware/export/tuner.h
+++ b/firmware/export/tuner.h
@@ -84,6 +84,7 @@ struct fm_region_data
84 int freq_min; 84 int freq_min;
85 int freq_max; 85 int freq_max;
86 int freq_step; 86 int freq_step;
87 int deemphasis; /* in microseconds, usually 50 or 75 */
87}; 88};
88 89
89extern const struct fm_region_data fm_region_data[TUNER_NUM_REGIONS]; 90extern const struct fm_region_data fm_region_data[TUNER_NUM_REGIONS];