diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-04-20 12:16:22 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-04-20 12:16:22 +0300 |
| commit | 1fecb64df4966a973a8fbf30f3c94c7d73e37a54 (patch) | |
| tree | 133ada11b611864f8978404b3349b6033fc86020 /Software/Embedded_SW/Embedded/Common/SWUpdate | |
| parent | 2778255713cb8e295314fcfdc7ae6e7b216ca4d6 (diff) | |
| download | Tango-1fecb64df4966a973a8fbf30f3c94c7d73e37a54.tar.gz Tango-1fecb64df4966a973a8fbf30f3c94c7d73e37a54.zip | |
update whs uart communication
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c index c3c273f56..ece8309a6 100644 --- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c +++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c @@ -30,6 +30,7 @@ #include "Common/SWUpdate/FileSystem.h" #include "Modules/Control/Control.h" #include "Modules/AlarmHandling/AlarmHandling.h" +#include "modules/General/process.h" extern Semaphore_Handle FFS_Sem; |
