waf: fixed typo

This commit is contained in:
Andrew Tridgell 2018-11-14 21:12:59 +11:00 committed by Peter Barker
parent 1d2f8555c0
commit 304eaa7782

View File

@ -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: