diff options
Diffstat (limited to 'devicedeployment.c')
| -rw-r--r-- | devicedeployment.c | 2 |
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; } |
