aboutsummaryrefslogtreecommitdiffstats
path: root/src/eurosignal/dsp.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2020-03-27 17:26:21 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2020-03-27 17:28:03 +0100
commitfa6a73a2e16e9bf43f827c91bc93fd9f02124cc6 (patch)
treee53c9b32527ced1a785165d2a1ca91ed4e561600 /src/eurosignal/dsp.c
parent89602822e67c710210494275dda5c8f0335a83bd (diff)
Eurosignal: Allow dialing (paging) of Spare Digits
Diffstat (limited to 'src/eurosignal/dsp.c')
-rw-r--r--src/eurosignal/dsp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/eurosignal/dsp.c b/src/eurosignal/dsp.c
index 7119935..119fc21 100644
--- a/src/eurosignal/dsp.c
+++ b/src/eurosignal/dsp.c
@@ -66,11 +66,11 @@ static struct dsp_digits {
{ '7', "Digit 7", 554.0, 0 },
{ '8', "Digit 8", 510.7, 0 },
{ '9', "Digit 9", 470.8, 0 },
- { 'A', "Digit 10", 433.9, 0 },
- { 'B', "Digit 11", 400.0, 0 },
- { 'C', "Digit 12", 368.7, 0 },
- { 'D', "Digit 13", 339.9, 0 },
- { 'E', "Digit 14", 313.3, 0 },
+ { 'A', "Spare 1", 433.9, 0 },
+ { 'B', "Spare 2", 400.0, 0 },
+ { 'C', "Spare 3", 368.7, 0 },
+ { 'D', "Spare 4", 339.9, 0 },
+ { 'E', "Spare 5", 313.3, 0 },
{ '\0', NULL, 0.0, 0 },
};