Orolia2s / oscillatord

Daemon used to discipline the Atomic Reference Time Card from Orolia
GNU General Public License v2.0
21 stars 14 forks source link

gnss: update to use new version of ubxlocfg #98

Closed vvfedorenko closed 1 year ago

vvfedorenko commented 1 year ago

With latests update to ubloxcfcg UBX_TIME_TP_V0_GROUP0_t was replaced with UBX_TIM_TP_V0_GROUP0_t. The only way to check it is to check for definition of UBX_TIM_TM2_V0_SIZE which was introduced with the same commit.

Signed-off-by: Vadim Fedorenko vadfed@fb.com