Skip to content

Commit f9b408e

Browse files
authored
fixed automatic flags for multiple channels
1 parent a7f135a commit f9b408e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/u-blox_structs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,7 @@ typedef struct
16501650
// The QZSSL6 data can only be accessed via a callback. QZSSL6 cannot be polled.
16511651
typedef struct
16521652
{
1653-
ubxAutomaticFlags automaticFlags;
1653+
ubxQZSSL6AutomaticFlags automaticFlags;
16541654
void (*callbackPointerPtr)(UBX_RXM_QZSSL6_message_data_t *);
16551655
UBX_RXM_QZSSL6_message_data_t *callbackData;
16561656
} UBX_RXM_QZSSL6_message_t;

0 commit comments

Comments
 (0)