mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
ArduCopter, ArduPilot: revert mavlink delay callback to be "unsigned long"
This commit is contained in:
parent
c10d01f24b
commit
11e946eb54
@ -1955,7 +1955,7 @@ GCS_MAVLINK::queued_waypoint_send()
|
||||
MAVLink to process packets while waiting for the initialisation to
|
||||
complete
|
||||
*/
|
||||
static void mavlink_delay(uint32_t t)
|
||||
static void mavlink_delay(unsigned long t)
|
||||
{
|
||||
uint32_t tstart;
|
||||
static uint32_t last_1hz, last_50hz, last_5s;
|
||||
|
@ -1963,7 +1963,7 @@ GCS_MAVLINK::queued_waypoint_send()
|
||||
MAVLink to process packets while waiting for the initialisation to
|
||||
complete
|
||||
*/
|
||||
static void mavlink_delay(uint32_t t)
|
||||
static void mavlink_delay(unsigned long t)
|
||||
{
|
||||
uint32_t tstart;
|
||||
static uint32_t last_1hz, last_50hz, last_5s;
|
||||
|
Loading…
Reference in New Issue
Block a user