AP_GPS: revert delay callback to be "unsigned long"

This commit is contained in:
rmackay9 2012-08-18 20:33:45 +09:00
parent 2b24e422de
commit c10d01f24b
1 changed files with 1 additions and 1 deletions

View File

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