Fix FT-817/818 set_split to set split cache

https://github.com/Hamlib/Hamlib/issues/1012
This commit is contained in:
Mike Black W9MDB 2022-04-19 18:10:41 -05:00
parent 4ac7d024e8
commit 0405498b07

View File

@ -1890,6 +1890,8 @@ static int ft817_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo)
return n;
}
rig->state.cache.split = split;
return RIG_OK;
}