Browse Source

AP_GPS: revert delay callback to be "unsigned long"

mission-4.1.18
rmackay9 13 years ago
parent
commit
c10d01f24b
  1. 2
      libraries/AP_GPS/GPS.h

2
libraries/AP_GPS/GPS.h

@ -25,7 +25,7 @@ public: @@ -25,7 +25,7 @@ public:
///
void update(void);
void (*callback)(uint32_t t);
void (*callback)(unsigned long t);
/// GPS status codes
///

Loading…
Cancel
Save