mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
px_uploader.py: remove unused variable
This commit is contained in:
@@ -417,7 +417,6 @@ class uploader(object):
|
|||||||
+ uploader.EOC)
|
+ uploader.EOC)
|
||||||
report_crc = self.__recv_int()
|
report_crc = self.__recv_int()
|
||||||
self.__getSync()
|
self.__getSync()
|
||||||
verifyProgress = 0
|
|
||||||
if report_crc != expect_crc:
|
if report_crc != expect_crc:
|
||||||
print("Expected 0x%x" % expect_crc)
|
print("Expected 0x%x" % expect_crc)
|
||||||
print("Got 0x%x" % report_crc)
|
print("Got 0x%x" % report_crc)
|
||||||
|
|||||||
Reference in New Issue
Block a user