aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/General
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-02 17:50:35 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-02 17:50:35 +0200
commitf0905c07b9b5bc33aa9bad914ca799cf1e8a920c (patch)
tree707079eae0630224126e228363a65b67192bc59b /Software/Embedded_SW/Embedded/Modules/General
parentfd4bdbad20a83025adbd8ec7992b4756e9d29c4d (diff)
downloadTango-f0905c07b9b5bc33aa9bad914ca799cf1e8a920c.tar.gz
Tango-f0905c07b9b5bc33aa9bad914ca799cf1e8a920c.zip
persistent alarms + config params description
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/General')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c b/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
index b03494496..193a35e12 100644
--- a/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
+++ b/Software/Embedded_SW/Embedded/Modules/General/GeneralHardware.c
@@ -304,6 +304,9 @@ void LoadConfigurationParameters(ConfigurationParameters *Params)
else
{
EmbeddedParameters = Params;
+ if (EmbeddedParameters->description)
+ Report(EmbeddedParameters->description, __FILE__,__LINE__,112233, RpMessage, 445566, 0);
+
}
}
uint32_t EmbeddedParametersInit(void)