aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-11-28 17:33:17 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-11-28 17:33:17 +0200
commit16c1f0641e8971895cc9690991c4b3662e8b5988 (patch)
treec32be28d6a61d0187d2ff96e61ac8db090c29d8c /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parentb43cfe7dc6bcf2028fe358026e52b5dbc3dc8a71 (diff)
downloadTango-16c1f0641e8971895cc9690991c4b3662e8b5988.tar.gz
Tango-16c1f0641e8971895cc9690991c4b3662e8b5988.zip
fix PID in heaters. waste tank valve in intersegment (bug #323)
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;
}