eive-obsw/bsp_q7s/fs/helpers.h
Robin Mueller 547fcf22dd
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
add very basic test in Q7S Test task for FS helpers
2022-09-16 12:05:50 +02:00

16 lines
326 B
C++

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