fsfw/src/fsfw/cfdp/handler/UserBase.cpp
Robin Mueller 28c8248f26
Some checks failed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit
add FS mock and improve HasFilesystemIF
2022-08-10 11:09:07 +02:00

4 lines
84 B
C++

#include "UserBase.h"
cfdp::UserBase::UserBase(HasFileSystemIF& vfs) : vfs(vfs) {}