aboutsummaryrefslogtreecommitdiff
path: root/devicedeployment.h
diff options
context:
space:
mode:
authorTero Kontkanen <tero.k@granitedevices.com>2017-08-23 14:44:10 +0300
committerTero Kontkanen <tero.k@granitedevices.com>2017-08-23 14:44:10 +0300
commit98a89371108bbcdedb201caf7be8b82a323e60cc (patch)
tree915a5596c632256ab77d5dc42236644307ea3b66 /devicedeployment.h
parent5d21340928cd46b3cb97cae0b9c707a71ef9ced0 (diff)
parent4176d9358a526ff207bb5f4d127f4143a632d748 (diff)
downloadSimpleMotionV2-98a89371108bbcdedb201caf7be8b82a323e60cc.tar.gz
SimpleMotionV2-98a89371108bbcdedb201caf7be8b82a323e60cc.zip
Merge branch 'feature/port_driver_ftdi_d2xx' into develop
Diffstat (limited to 'devicedeployment.h')
-rw-r--r--devicedeployment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/devicedeployment.h b/devicedeployment.h
index 60f1a69..f9cfaa1 100644
--- a/devicedeployment.h
+++ b/devicedeployment.h
@@ -41,7 +41,8 @@ typedef enum
FWIncompatibleFW=-3,
FWConnectionLoss=-4,
FWUnsupportedTargetDevice=-5,
- FWFileNotReadable=-6
+ FWFileNotReadable=-6,
+ FWConnectingDFUModeFailed=-7
} FirmwareUploadStatus;
/**
@@ -68,7 +69,6 @@ typedef enum
CFGComplete=100,
CFGInvalidFile=-1,
CFGCommunicationError=-2,
- CFGConnectingDFUModeFailed=-3,
CFGIncompatibleFW=-4,
CFGUnsupportedTargetDevice=-5,
CFGUnableToOpenFile=-6