diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-02-23 15:41:29 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-02-23 15:41:29 +0200 |
| commit | ffbe0df145c04bc9e39d5db162a49928ae205da3 (patch) | |
| tree | 7f91f111ed1a006cd15b2c8245b1807810c706e9 /Software/Embedded_SW/Embedded/Main.c | |
| parent | d84efaac07fb72baad39eda62b25c07ec7b28489 (diff) | |
| download | Tango-ffbe0df145c04bc9e39d5db162a49928ae205da3.tar.gz Tango-ffbe0df145c04bc9e39d5db162a49928ae205da3.zip | |
switch ADC line 16 and 17 (drier 1, drier 2). pt100 error is a BIT failure. dancer status, and use low dancer values and 0x3FFF (for dancer rollover)
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c index 604fc73fb..845cd2ba8 100644 --- a/Software/Embedded_SW/Embedded/Main.c +++ b/Software/Embedded_SW/Embedded/Main.c @@ -122,12 +122,12 @@ bool UpdateFlag = false; /* ======== errHook ======== */ Void errHook(Error_Block *eb) { - FRESULT Fresult = FR_OK; + /*FRESULT Fresult = FR_OK; FIL *FileHandle = 0; //the system supports a single active file uint32_t Bytes = 0; char File[50] = ""; char message[300]; - int len; + int len;*/ STATUS_GREEN_LED_OFF; ACTIVITY_GREEN_LED_OFF; |
