This repository was archived by the owner on Jan 28, 2021. It is now read-only.
File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -384,6 +384,11 @@ const uint32_t UBLOX_CFG_MSGOUT_UBX_MON_TXBUF_SPI = 0x2091019f; // Output rate
384
384
const uint32_t UBLOX_CFG_MSGOUT_UBX_MON_TXBUF_UART1 = 0x2091019c ; // Output rate of the UBX-MON-TXBUF message on port UART1
385
385
const uint32_t UBLOX_CFG_MSGOUT_UBX_MON_TXBUF_UART2 = 0x2091019d ; // Output rate of the UBX-MON-TXBUF message on port UART2
386
386
const uint32_t UBLOX_CFG_MSGOUT_UBX_MON_TXBUF_USB = 0x2091019e ; // Output rate of the UBX-MON-TXBUF message on port USB
387
+ const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV_ATT_I2C = 0x2091001f ; // Output rate of the UBX_NAV_ATT message on port I2C
388
+ const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV_ATT_SPI = 0x20910023 ; // Output rate of the UBX_NAV_ATT message on port SPI
389
+ const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV_ATT_UART1 = 0x20910020 ; // Output rate of the UBX_NAV_ATT message on port UART1
390
+ const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV_ATT_UART2 = 0x20910021 ; // Output rate of the UBX_NAV_ATT message on port UART2
391
+ const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV_ATT_USB = 0x20910022 ; // Output rate of the UBX_NAV_ATT message on port USB
387
392
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV_CLOCK_I2C = 0x20910065 ; // Output rate of the UBX-NAV-CLOCK message on port I2C
388
393
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV_CLOCK_SPI = 0x20910069 ; // Output rate of the UBX-NAV-CLOCK message on port SPI
389
394
const uint32_t UBLOX_CFG_MSGOUT_UBX_NAV_CLOCK_UART1 = 0x20910066 ; // Output rate of the UBX-NAV-CLOCK message on port UART1
You can’t perform that action at this time.
0 commit comments