summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/tea5767.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/tea5767.h b/firmware/export/tea5767.h
index 874c4190c5..dceb0f4168 100644
--- a/firmware/export/tea5767.h
+++ b/firmware/export/tea5767.h
@@ -32,7 +32,7 @@ struct tea5767_region_data
32 unsigned char band; /* 0: europe, 1: japan (BL in TEA spec)*/ 32 unsigned char band; /* 0: europe, 1: japan (BL in TEA spec)*/
33} __attribute__((packed)); 33} __attribute__((packed));
34 34
35const struct tea5767_region_data tea5767_region_data[TUNER_NUM_REGIONS]; 35extern const struct tea5767_region_data tea5767_region_data[TUNER_NUM_REGIONS];
36 36
37struct tea5767_dbg_info 37struct tea5767_dbg_info
38{ 38{