From d6eae02ba3ed7bc823c22872fe85c7448d5eadfd Mon Sep 17 00:00:00 2001 From: David Freese Date: Sat, 3 Sep 2011 10:48:33 -0500 Subject: [PATCH] CW Prosign defaults * Changed Morse table to comply with configuration.h defaults --- src/cw_rtty/morse.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/cw_rtty/morse.cxx b/src/cw_rtty/morse.cxx index 19eb6018..78b9f3e4 100644 --- a/src/cw_rtty/morse.cxx +++ b/src/cw_rtty/morse.cxx @@ -51,13 +51,13 @@ static CW_TABLE cw_table[] = { /* Prosigns */ {'=', "", "-...-" }, // 0 {'~', "", ".-.-" }, // 1 - {'%', "", ".-..." }, // 2 - {'+', "", ".-.-." }, // 3 - {'>', "", "...-.-" }, // 4 - {'<', "", "-.--." }, // 5 + {'<', "", ".-..." }, // 2 + {'>', "", ".-.-." }, // 3 + {'%', "", "...-.-" }, // 4 + {'+', "", "-.--." }, // 5 {'&', "", "..-.-" }, // 6 - {'}', "", "....--" }, // 7 - {'{', "", "...-." }, // 8 + {'{', "", "....--" }, // 7 + {'}', "", "...-." }, // 8 /* ASCII 7bit letters */ {'A', "A", ".-" }, {'B', "B", "-..." },