1
0
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:
Alessio Morale 2014-08-05 17:25:28 +02:00
parent 23d2368984
commit d04d630273

View File

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