taken over cleaned up branch

This commit is contained in:
2020-12-13 22:13:22 +01:00
parent 3f77fab2d9
commit 692aa087d8
8 changed files with 32 additions and 28 deletions

View File

@@ -1,8 +1,10 @@
#include "RMAP.h"
#include "rmapStructs.h"
#include "RMAPChannelIF.h"
#include "../devicehandlers/DeviceCommunicationIF.h"
#include "../rmap/rmapStructs.h"
#include "../rmap/RMAP.h"
#include "../rmap/RMAPChannelIF.h"
#include <stddef.h>
#include <cstddef>
ReturnValue_t RMAP::reset(RMAPCookie* cookie) {
return cookie->getChannel()->reset();