various bugs and improvements

This commit is contained in:
2022-07-27 17:00:43 +02:00
parent 740644f2c8
commit 083d08ae2a
36 changed files with 276 additions and 202 deletions

View File

@ -26,6 +26,8 @@ class TimeStamperIF : public SerializeIF {
virtual ReturnValue_t addTimeStamp(uint8_t* buffer, uint8_t maxSize) = 0;
~TimeStamperIF() override = default;
protected:
};
#endif /* FSFW_TIMEMANAGER_TIMESTAMPERIF_H_ */