mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-27 15:42:53 +00:00
Workaround for breaking change in clang-format 15
This commit is contained in:
parent
4e533deb16
commit
be8a0a2a5a
@ -37,6 +37,7 @@ extern "C"
|
|||||||
ENUMERATED_t latitudeSign;
|
ENUMERATED_t latitudeSign;
|
||||||
long latitude;
|
long latitude;
|
||||||
long longitude;
|
long longitude;
|
||||||
|
// clang-format off
|
||||||
struct uncertainty
|
struct uncertainty
|
||||||
{
|
{
|
||||||
long uncertaintySemiMajor;
|
long uncertaintySemiMajor;
|
||||||
@ -46,6 +47,7 @@ extern "C"
|
|||||||
/* Context for parsing across buffer boundaries */
|
/* Context for parsing across buffer boundaries */
|
||||||
asn_struct_ctx_t _asn_ctx;
|
asn_struct_ctx_t _asn_ctx;
|
||||||
} * uncertainty;
|
} * uncertainty;
|
||||||
|
// clang-format on
|
||||||
long *confidence /* OPTIONAL */;
|
long *confidence /* OPTIONAL */;
|
||||||
struct AltitudeInfo *altitudeInfo /* OPTIONAL */;
|
struct AltitudeInfo *altitudeInfo /* OPTIONAL */;
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user