Browse Source

GPS: integrate AP_Notify

master
Randy Mackay 12 years ago committed by Andrew Tridgell
parent
commit
82b7b2cb3e
  1. 3
      libraries/AP_GPS/GPS.cpp

3
libraries/AP_GPS/GPS.cpp

@ -5,6 +5,7 @@
#include <AP_Common.h> #include <AP_Common.h>
#include <AP_Math.h> #include <AP_Math.h>
#include <AP_HAL.h> #include <AP_HAL.h>
#include <AP_Notify.h>
#include "GPS.h" #include "GPS.h"
extern const AP_HAL::HAL& hal; extern const AP_HAL::HAL& hal;
@ -99,7 +100,7 @@ GPS::update(void)
} }
// update notify with gps status // update notify with gps status
notify.flags.gps_status = _status; AP_Notify::flags.gps_status = _status;
} }
void void

Loading…
Cancel
Save