eive-obsw/bsp_q7s/fs/helpers.h
Robin Mueller 26216eca88
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
new fs helper module
2022-09-16 11:53:33 +02:00

16 lines
328 B
C++

#ifndef BSP_Q7S_MEMORY_HELPERS_H_
#define BSP_Q7S_MEMORY_HELPERS_H_
#include <filesystem>
#include "SdCardManager.h"
namespace fshelpers {
std::filesystem::path buildPrefixedPath(SdCardManager& man,
std::filesystem::path pathWihtoutPrefix);
}
#endif /* BSP_Q7S_MEMORY_HELPERS_H_ */