1
0
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:
Stacey Sheldon 2012-07-21 14:42:04 -04:00
parent fc78d9f7d8
commit 123f199160
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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