1
0
forked from fsfw/fsfw

several simplifications

This commit is contained in:
2020-08-10 18:33:28 +02:00
parent 87eb31b65a
commit f39b8bdb41
5 changed files with 7 additions and 22 deletions

View File

@ -176,7 +176,7 @@ private:
type */
union HkParameter {
/** This parameter will be used for the PERIODIC type */
dur_seconds_t collectionInterval = 0;
float collectionIntervalSeconds = 0;
/** This parameter will be used for the ON_UPDATE type */
bool hkDataChanged;
};