AP_GPS: revert delay callback to be "unsigned long"
This commit is contained in:
parent
2b24e422de
commit
c10d01f24b
@ -25,7 +25,7 @@ public:
|
||||
///
|
||||
void update(void);
|
||||
|
||||
void (*callback)(uint32_t t);
|
||||
void (*callback)(unsigned long t);
|
||||
|
||||
/// GPS status codes
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user