Robin Mueller
6b48fb64d8
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
15 lines
286 B
C++
15 lines
286 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_ */
|