Skip to content

Commit 17b8c7b

Browse files
committed
Fixed missing entry from varicode table
1 parent 055127c commit 17b8c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcsdr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ psk31_varicode_item_t psk31_varicode_items[] =
14251425
{ .code = 0b101111011, .bitcount=9, .ascii=0x59 }, //Y
14261426
{ .code = 0b1010101101, .bitcount=10, .ascii=0x5a }, //Z
14271427
{ .code = 0b111110111, .bitcount=9, .ascii=0x5b }, //[
1428-
{ .code = 0b111101111, .bitcount=9, .ascii=0x5c }, //\
1428+
{ .code = 0b111101111, .bitcount=9, .ascii=0x5c }, //backslash
14291429
{ .code = 0b111111011, .bitcount=9, .ascii=0x5d }, //]
14301430
{ .code = 0b1010111111, .bitcount=10, .ascii=0x5e }, //^
14311431
{ .code = 0b101101101, .bitcount=9, .ascii=0x5f }, //_

0 commit comments

Comments
 (0)