diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-05-28 17:05:30 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-05-28 17:05:30 +0300 |
| commit | aacf8b3ae866d99d78870899c9b80184a66e0167 (patch) | |
| tree | 58a5cb250e959c976db647dc11b633b5cc3331c2 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | cc5762df4525f598bd268cfc7e2e5bcbb455db53 (diff) | |
| download | Tango-aacf8b3ae866d99d78870899c9b80184a66e0167.tar.gz Tango-aacf8b3ae866d99d78870899c9b80184a66e0167.zip | |
Version 1.4.0.3 fix priming on empty dispenser. other small bugs
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c index 68500ac88..6c0262f66 100644 --- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c +++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c @@ -35,6 +35,7 @@ #include "third_party/fatfs/src/diskio.h" #include "drivers/Flash_Memory/Flash_Memory.h" #include "drivers/Flash_Memory/fatfs/ff.h" +#include "drivers/FPGA/FPGA_GPIO/FPGA_GPIO.h" #include "third_party/fatfs/src/ffconf.h" |
