1
0
forked from fsfw/fsfw

found solution for circ dependency

had to put store_address_t in own file though
This commit is contained in:
2020-05-22 01:15:02 +02:00
parent d2d1ef9a85
commit d4abfacd27
4 changed files with 61 additions and 54 deletions

View File

@ -1,4 +1,5 @@
#include <framework/storagemanager/StorageAccessor.h>
#include <framework/storagemanager/StorageManagerIF.h>
ConstStorageAccessor::ConstStorageAccessor(store_address_t storeId):
storeId(storeId) {}