aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-10-08 11:01:57 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-10-08 11:01:57 +0300
commit74c1d6a5f8f905d03abea94a2b5bf5ef1d12eb71 (patch)
treed5a7ce972d8614a4f1e9ffaba83b27d7a7915c86 /Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
parenta20d25bb885b3ec46d63bda7263fd98faa4095c2 (diff)
downloadTango-74c1d6a5f8f905d03abea94a2b5bf5ef1d12eb71.tar.gz
Tango-74c1d6a5f8f905d03abea94a2b5bf5ef1d12eb71.zip
remove compilation warnings
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c b/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
index 6f5b5fe23..3f5e4f5b2 100644
--- a/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
+++ b/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
@@ -837,10 +837,11 @@ void FlashInitAndLoad(void)
uint32_t Bytes = 0;
ConfigurationParameters *Params = NULL;
- ProcessParameters* ProcessParams = NULL;
- UploadProcessParametersRequest* request = NULL;
+ //ProcessParameters* ProcessParams = NULL;
+ //UploadProcessParametersRequest* request = NULL;
+
+ //char ProcessParamsPath[50] = "0://SysInfo//ProcessP.cfg";
- char ProcessParamsPath[50] = "0://SysInfo//ProcessP.cfg";
#ifdef WATCHDOG
ROM_WatchdogResetDisable(WATCHDOG0_BASE);
uint32_t timeout = 0xFFFFFFFFU;