From fbe906c868a7e91cd7497c5738af9868b8e23fe3 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Wed, 7 Jun 2017 16:08:55 +0300 Subject: Rename CFGConnectingDFUModeFailed to FWConnectingDFUModeFailed --- devicedeployment.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devicedeployment.h') 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 -- cgit v1.2.3