diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-22 13:02:11 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-22 13:02:11 +0300 |
| commit | 1c089e07b393722183acaee32b903df630b32862 (patch) | |
| tree | a239b132f9b1b3254defce11e1498af4e20a3baf /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | 8e3e86feb7ceba3e87349d71398b6b5a3c82d42d (diff) | |
| download | Tango-1c089e07b393722183acaee32b903df630b32862.tar.gz Tango-1c089e07b393722183acaee32b903df630b32862.zip | |
memory saving, version 1.5.0.2
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | 2 |
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 b9c87cd66..56888b742 100644 --- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c +++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c @@ -31,7 +31,7 @@ #include <Communication/PMR/IO/GetFilesResponse.pb-c.h> #include <Communication/PMR/IO/FileAttribute.pb-c.h> -#include "drivers/Flash_Memory/Flash_Memory.h" + #include "drivers/Flash_Memory/fatfs/ff.h" #include "drivers/FPGA/FPGA_GPIO/FPGA_GPIO.h" |
