1
0
forked from fsfw/fsfw

moved address_t typedef to cookieImoved address_t typedef to cookieIFF

This commit is contained in:
2020-03-26 15:20:17 +01:00
parent 163779622f
commit 093fef5d6f
4 changed files with 64 additions and 58 deletions

View File

@ -8,6 +8,11 @@
#define FRAMEWORK_DEVICEHANDLERS_COOKIEIF_H_
#include <framework/devicehandlers/DeviceHandlerIF.h>
/**
* @brief Physical address type
*/
typedef uint32_t address_t;
class CookieIF {
public:
/**