mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
waf: fixed typo
This commit is contained in:
parent
1d2f8555c0
commit
304eaa7782
@ -740,7 +740,7 @@ class px4(Board):
|
||||
self.ROMFS_EXCLUDE = []
|
||||
|
||||
# use ardupilot version of uploader.py
|
||||
os.environ['UPLOADER'] = os.path.realpath(os.path.join(os.path.dirname(__file__), '..', 'script', 'uploader.py'))
|
||||
os.environ['UPLOADER'] = os.path.realpath(os.path.join(os.path.dirname(__file__), '..', 'scripts', 'uploader.py'))
|
||||
|
||||
def configure(self, cfg):
|
||||
if not self.bootloader_name:
|
||||
|
Loading…
Reference in New Issue
Block a user