aboutsummaryrefslogtreecommitdiff
path: root/devicedeployment.h
diff options
context:
space:
mode:
authorTero Kontkanen <tero.k@granitedevices.fi>2017-08-16 14:53:54 +0300
committerGitHub <noreply@github.com>2017-08-16 14:53:54 +0300
commit04fb9f870feffab0c13adbde1b59e531fc3f8fd7 (patch)
treebbc38c9708cd99910616b56acff570371e434fb5 /devicedeployment.h
parent67db22dfed3306a6aaf2a9ba6fc814c8b4163ece (diff)
parentfbe906c868a7e91cd7497c5738af9868b8e23fe3 (diff)
downloadSimpleMotionV2-04fb9f870feffab0c13adbde1b59e531fc3f8fd7.tar.gz
SimpleMotionV2-04fb9f870feffab0c13adbde1b59e531fc3f8fd7.zip
Merge pull request #8 from oswjk/rename-CFGConnectingDFUModeFailed
Rename CFGConnectingDFUModeFailed to FWConnectingDFUModeFailed
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 f86c7dc..4ba793e 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;
/**
@@ -58,7 +59,6 @@ typedef enum
CFGComplete=100,
CFGInvalidFile=-1,
CFGCommunicationError=-2,
- CFGConnectingDFUModeFailed=-3,
CFGIncompatibleFW=-4,
CFGUnsupportedTargetDevice=-5,
CFGUnableToOpenFile=-6