We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055127c commit 17b8c7bCopy full SHA for 17b8c7b
libcsdr.c
@@ -1425,7 +1425,7 @@ psk31_varicode_item_t psk31_varicode_items[] =
1425
{ .code = 0b101111011, .bitcount=9, .ascii=0x59 }, //Y
1426
{ .code = 0b1010101101, .bitcount=10, .ascii=0x5a }, //Z
1427
{ .code = 0b111110111, .bitcount=9, .ascii=0x5b }, //[
1428
- { .code = 0b111101111, .bitcount=9, .ascii=0x5c }, //\
+ { .code = 0b111101111, .bitcount=9, .ascii=0x5c }, //backslash
1429
{ .code = 0b111111011, .bitcount=9, .ascii=0x5d }, //]
1430
{ .code = 0b1010111111, .bitcount=10, .ascii=0x5e }, //^
1431
{ .code = 0b101101101, .bitcount=9, .ascii=0x5f }, //_
0 commit comments