aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-11-28 18:11:09 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-11-28 18:11:09 +0200
commitc86a3bd32bf6d561fecf662b53b49749d2989b88 (patch)
treeed73b260b9ee941364354d2b08d6fb343f0b8980 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent539aecd793ee0ce55833eef98c3049dd0bf8127d (diff)
parent411e49392baf97f94435c02b9755cb8f2fc431bb (diff)
downloadTango-c86a3bd32bf6d561fecf662b53b49749d2989b88.tar.gz
Tango-c86a3bd32bf6d561fecf662b53b49749d2989b88.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
index 3d23f9e48..3a6a6f924 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -51,7 +51,7 @@ ErrorCode getErrorCode(FRESULT Fresult)
switch (Fresult)
{
case FR_OK:
- retrun ERROR_CODE_NONE;
+ return ERROR_CODE__NONE;
default:
return ERROR_CODE__FILE_LENGTH_OUT_OF_RANGE;
}