mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
OP-1404 fix include file path
This commit is contained in:
parent
23d2368984
commit
d04d630273
@ -32,8 +32,8 @@
|
||||
#include "pios.h"
|
||||
|
||||
#if defined(PIOS_INCLUDE_GPS_UBX_PARSER)
|
||||
#include "inc\UBX.h"
|
||||
#include "inc\GPS.h"
|
||||
#include "inc/UBX.h"
|
||||
#include "inc/GPS.h"
|
||||
|
||||
// If a PVT sentence is received in the last UBX_PVT_TIMEOUT (ms) timeframe it disables VELNED/POSLLH/SOL/TIMEUTC
|
||||
#define UBX_PVT_TIMEOUT (1000)
|
||||
|
Loading…
x
Reference in New Issue
Block a user