mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-19 23:28:32 -04:00
29ba4b8be1
git-svn-id: https://arducopter.googlecode.com/svn/trunk@483 f9c3cf11-9bcb-44bc-f272-b75c42450872
13 lines
314 B
C
13 lines
314 B
C
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
|
|
|
/// @file AP_GPS.h
|
|
/// @brief Catch-all header that defines all supported GPS classes.
|
|
|
|
#include "AP_GPS_NMEA.h"
|
|
#include "AP_GPS_SIRF.h"
|
|
#include "AP_GPS_UBLOX.h"
|
|
#include "AP_GPS_MTK.h"
|
|
#include "AP_GPS_IMU.h"
|
|
#include "AP_GPS_None.h"
|
|
|