aboutsummaryrefslogtreecommitdiff
path: root/devicedeployment.c
diff options
context:
space:
mode:
authorTero Kontkanen <tero.k@granitedevices.com>2017-08-23 14:43:19 +0300
committerTero Kontkanen <tero.k@granitedevices.com>2017-08-23 14:43:19 +0300
commit4176d9358a526ff207bb5f4d127f4143a632d748 (patch)
tree915a5596c632256ab77d5dc42236644307ea3b66 /devicedeployment.c
parentf5bd9539db2202e2677fd119f5c153edb2f51819 (diff)
downloadSimpleMotionV2-4176d9358a526ff207bb5f4d127f4143a632d748.tar.gz
SimpleMotionV2-4176d9358a526ff207bb5f4d127f4143a632d748.zip
Fix warnings on macOS & bump library version to 0x20500
Diffstat (limited to 'devicedeployment.c')
-rw-r--r--devicedeployment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devicedeployment.c b/devicedeployment.c
index 4b5a50e..c832575 100644
--- a/devicedeployment.c
+++ b/devicedeployment.c
@@ -667,7 +667,7 @@ FirmwareUploadStatus smFirmwareUploadFromBuffer( const smbus smhandle, const int
}
if(i==256)//DFU device not found
- return abortFWUpload(CFGConnectingDFUModeFailed,&state,400);//setting DFU mode failed
+ return abortFWUpload(FWConnectingDFUModeFailed,&state,400);//setting DFU mode failed
progress=3;
}