From 9b05282be5b27114562907d6efb98b50f0c6086d Mon Sep 17 00:00:00 2001 From: zedamota Date: Sun, 26 Sep 2010 00:39:01 +0000 Subject: [PATCH] OP-21/Flight Bootloader - should make things cross platform. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1758 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/OpenPilot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/OpenPilot/Makefile b/flight/OpenPilot/Makefile index 01791694b..f9f8a0888 100644 --- a/flight/OpenPilot/Makefile +++ b/flight/OpenPilot/Makefile @@ -617,7 +617,7 @@ ifeq ($(USE_BOOTLOADER), YES) # Program the device with OP Upload Tool". program: $(OUTDIR)/$(TARGET).bin @echo ${quote}Programming with OP Upload Tool${quote} - ../../ground/src/experimental/upload-build-desktop/debug/OPUploadTool.exe -d 0 -p $(OUTDIR)/$(TARGET).bin + ../../ground/src/experimental/upload-build-desktop/debug/OPUploadTool -d 0 -p $(OUTDIR)/$(TARGET).bin else ifeq ($(FLASH_TOOL),OPENOCD) # Program the device with Dominic Rath's OPENOCD in "batch-mode", needs cfg and "reset-script".