Skip to content

Commit b8ac19f

Browse files
authored
Merge pull request #1922 from df8oe/db4ple-patch-1
Fix for FT817 / Hamlib issue
2 parents da851f6 + 2c9e3d6 commit b8ac19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mchf-eclipse/drivers/cat/cat_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ static const ft817_eeprom_emul_t ft817_eeprom[] =
653653
{ .type = FT817EE_DATA, .start = 0, .end = 3, .content.value = 0 }, // checksum
654654
{ .type = FT817EE_DATA, .start = 4, .end = 4, .content.value = 0xD8 }, // radio config
655655
{ .type = FT817EE_DATA, .start = 5, .end = 5, .content.value = 0xBF }, // radio config
656-
{ .type = FT817EE_FUNC, .start = 0x54, .end = 0x54, .content.value = 0xFF }, // this is just to make HAMLIB happy when reading 0x55 by requesting 0x54
656+
{ .type = FT817EE_DATA, .start = 0x54, .end = 0x54, .content.value = 0xFF }, // this is just to make HAMLIB happy when reading 0x55 by requesting 0x54
657657
// (and ignoring this value). This might break things if an application really wants to read a useful value from 0x54
658658

659659
{ .type = FT817EE_FUNC, .start = 0x55, .end = 0x55, .content.funcPtr = CatDriver_Ft817_EEPROM_RW_Func }, // VOX Delay and other stuff, fixed value, required by WSJT-X

0 commit comments

Comments
 (0)