diff options
| author | Oskari Timperi <oskari.timperi@optofidelity.com> | 2017-06-07 16:08:55 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@optofidelity.com> | 2017-06-07 16:08:55 +0300 |
| commit | fbe906c868a7e91cd7497c5738af9868b8e23fe3 (patch) | |
| tree | 1404364db19756d17fc3ef79cc4c86f713e32c12 /devicedeployment.h | |
| parent | a60052b1d6a620e64d300f07e9edd26a963cd889 (diff) | |
| download | SimpleMotionV2-fbe906c868a7e91cd7497c5738af9868b8e23fe3.tar.gz SimpleMotionV2-fbe906c868a7e91cd7497c5738af9868b8e23fe3.zip | |
Rename CFGConnectingDFUModeFailed to FWConnectingDFUModeFailedrename-CFGConnectingDFUModeFailed
Diffstat (limited to 'devicedeployment.h')
| -rw-r--r-- | devicedeployment.h | 4 |
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 |
