summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 2ae7ef2c53..efd99569b6 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -728,7 +728,7 @@ Lyre prototype 1 */
728 728
729#ifdef HAVE_RDS_CAP 729#ifdef HAVE_RDS_CAP
730/* combinable bitflags */ 730/* combinable bitflags */
731#define RDS_CFG_ISR 0x1 /* uses ISR to process packets */ 731/* 0x01 can be reused, was RDS_CFG_ISR */
732#define RDS_CFG_PROCESS 0x2 /* uses raw packet processing */ 732#define RDS_CFG_PROCESS 0x2 /* uses raw packet processing */
733#define RDS_CFG_PUSH 0x4 /* pushes processed information */ 733#define RDS_CFG_PUSH 0x4 /* pushes processed information */
734#define RDS_CFG_POLL 0x8 /* tuner driver provides a polling function */ 734#define RDS_CFG_POLL 0x8 /* tuner driver provides a polling function */