2 changed files with 35 additions and 0 deletions
@ -0,0 +1,19 @@
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
AP_GPS_None.cpp
|
||||
*/ |
||||
|
||||
#include "AP_GPS_None.h" |
||||
|
||||
AP_GPS_None::AP_GPS_None() |
||||
{ |
||||
} |
||||
|
||||
|
||||
void AP_GPS_None::init(void) |
||||
{
|
||||
} |
||||
|
||||
void AP_GPS_None::update(void) |
||||
{ |
||||
} |
||||
|
Loading…
Reference in new issue