mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_IRLock: correct spelling mili -> milli
This commit is contained in:
parent
3eb0fca212
commit
42264599f2
@ -66,7 +66,7 @@ bool AP_IRLock_SITL_Gazebo::update()
|
|||||||
reply packet sent from simulator to ArduPilot
|
reply packet sent from simulator to ArduPilot
|
||||||
*/
|
*/
|
||||||
struct irlock_packet {
|
struct irlock_packet {
|
||||||
uint64_t timestamp; // in miliseconds
|
uint64_t timestamp; // in milliseconds
|
||||||
uint16_t num_targets;
|
uint16_t num_targets;
|
||||||
float pos_x;
|
float pos_x;
|
||||||
float pos_y;
|
float pos_y;
|
||||||
|
Loading…
Reference in New Issue
Block a user