Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 6239fc2

Browse files
committed
Adding header guard
1 parent 5102d9f commit 6239fc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/u-blox_config_keys.h

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4040
*/
4141

42+
#ifndef __u_blox_config_keys_h__
43+
#define __u_blox_config_keys_h__
44+
4245
//The following consts are used to generate KEY values for the advanced protocol functions of VELGET/SET/DEL
4346
const uint8_t VAL_SIZE_1 = 0x01; //One bit
4447
const uint8_t VAL_SIZE_8 = 0x02; //One byte
@@ -541,3 +544,4 @@ const uint32_t UBLOX_CFG_USBOUTPROT_RTCM3X = ((VAL_GROUP_UART_SIZE << 4) << (8 *
541544
#define CFG_MSGOUT_UBX_TIM_VRFY_UART2 0x20910094 // Output rate of the UBX-TIM-VRFY message on port UART2
542545
#define CFG_MSGOUT_UBX_TIM_VRFY_USB 0x20910095 // Output rate of the UBX-TIM-VRFY message on port USB
543546
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
547+
#endif

0 commit comments

Comments
 (0)