1
0
forked from fsfw/fsfw

store helper

This commit is contained in:
2022-07-23 11:43:48 +02:00
parent f629d60aaf
commit d474c4a7ee
12 changed files with 150 additions and 60 deletions

View File

@ -1,8 +1,8 @@
#ifndef FSFW_TESTS_SIMPLESERIALIZABLE_H
#define FSFW_TESTS_SIMPLESERIALIZABLE_H
#include "fsfw/serialize.h"
#include "fsfw/osal/Endiness.h"
#include "fsfw/serialize.h"
class SimpleSerializable : public SerializeIF {
public: