Skip to content

Commit 3982d43

Browse files
committed
warning: fixed alt_diff type
1 parent 8003fcd commit 3982d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAVProxy/modules/mavproxy_warning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self, mpstate):
1919
('details', bool, True),
2020
('min_sat', int, 10),
2121
('sat_diff', int, 5),
22-
('alt_diff', int, 20),
22+
('alt_diff', float, 20),
2323
('airspd_diff', float, 5),
2424
('airspd_age', float, 5),
2525
('esc_group1', int, 0),

0 commit comments

Comments
 (0)