From 4176d9358a526ff207bb5f4d127f4143a632d748 Mon Sep 17 00:00:00 2001 From: Tero Kontkanen Date: Wed, 23 Aug 2017 14:43:19 +0300 Subject: Fix warnings on macOS & bump library version to 0x20500 --- devicedeployment.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devicedeployment.h') 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 -- cgit v1.2.3