aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-11-20 09:44:27 +0200
committerAvi Levkovich <avi@twine-s.com>2019-11-20 09:44:27 +0200
commit3c4679fa8419592bc6387a054ca1b8d72722f2ed (patch)
tree444f294a6ef70b5f887eb6bd114daa6badf5fcdd /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent8715c8154a9e481ec78e1861b84384122dd53fe6 (diff)
parent9e57a93b0278fb7205214ab8a486dcccf307f548 (diff)
downloadTango-3c4679fa8419592bc6387a054ca1b8d72722f2ed.tar.gz
Tango-3c4679fa8419592bc6387a054ca1b8d72722f2ed.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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
index 018e83ce0..7871c5e28 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -31,14 +31,10 @@
#include <Communication/PMR/IO/GetFilesResponse.pb-c.h>
#include <Communication/PMR/IO/FileAttribute.pb-c.h>
-#include "third_party/fatfs/src/ffconf.h"
-#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"
-
#include "StateMachines/Printing/PrintingSTM.h"