GPS: integrate AP_Notify

This commit is contained in:
Randy Mackay 2013-08-14 11:52:30 +09:00 committed by Andrew Tridgell
parent 5651bdbe3a
commit 82b7b2cb3e

View File

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