Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Nov 17, 2023
1 parent 84f601f commit 75ae3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/vehicle_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -6159,7 +6159,7 @@ def get_autopilot_firmware_version(self):
0)
m = self.assert_receive_message('AUTOPILOT_VERSION', timeout=10)
self.fcu_firmware_version = self.decode_flight_sw_version(m.flight_sw_version)

self.progress(m)
def hex_values_to_int(hex_values):
hex_chars = [chr(int(hex_value)) for hex_value in hex_values] # Convert ascii codes to characters
int_values = [int(hex_char, 16) for hex_char in hex_chars] # Convert hex characters to integers
Expand Down

0 comments on commit 75ae3e1

Please sign in to comment.