diff options
| author | Tero Kontkanen <tero.k@granitedevices.com> | 2017-08-23 14:43:19 +0300 |
|---|---|---|
| committer | Tero Kontkanen <tero.k@granitedevices.com> | 2017-08-23 14:43:19 +0300 |
| commit | 4176d9358a526ff207bb5f4d127f4143a632d748 (patch) | |
| tree | 915a5596c632256ab77d5dc42236644307ea3b66 /devicedeployment.c | |
| parent | f5bd9539db2202e2677fd119f5c153edb2f51819 (diff) | |
| download | SimpleMotionV2-4176d9358a526ff207bb5f4d127f4143a632d748.tar.gz SimpleMotionV2-4176d9358a526ff207bb5f4d127f4143a632d748.zip | |
Fix warnings on macOS & bump library version to 0x20500
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; } |
