aboutsummaryrefslogtreecommitdiff
path: root/devicedeployment.c
diff options
context:
space:
mode:
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 18e9748..fbf909a 100644
--- a/devicedeployment.c
+++ b/devicedeployment.c
@@ -633,7 +633,7 @@ FirmwareUploadStatus smFirmwareUpload( const smbus smhandle, const int smaddress
}
if(i==256)//DFU device not found
- return abortFWUpload(CFGConnectingDFUModeFailed,fwData,&state,400);//setting DFU mode failed
+ return abortFWUpload(FWConnectingDFUModeFailed,fwData,&state,400);//setting DFU mode failed
progress=3;
}