mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
gps: fix case on GPS.h file
This commit is contained in:
parent
fc78d9f7d8
commit
123f199160
@ -34,7 +34,7 @@
|
||||
#if defined(PIOS_INCLUDE_GPS_UBX_PARSER)
|
||||
|
||||
#include "UBX.h"
|
||||
#include "gps.h"
|
||||
#include "GPS.h"
|
||||
|
||||
// parse incoming character stream for messages in UBX binary format
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "gps.h"
|
||||
#include "GPS.h"
|
||||
|
||||
#define NMEA_MAX_PACKET_LENGTH 96 // 82 max NMEA msg size plus 12 margin (because some vendors add custom crap) plus CR plus Linefeed
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
#define UBX_H
|
||||
#include "openpilot.h"
|
||||
#include "gpsposition.h"
|
||||
#include "gps.h"
|
||||
#include "GPS.h"
|
||||
|
||||
|
||||
#define UBX_SYNC1 0xb5 // UBX protocol synchronization characters
|
||||
|
Loading…
x
Reference in New Issue
Block a user