blob: acd58c84e4052c42672bc4eae43a3c0daedaf088 [file] [log] [blame]
#include "lpc_handler.hpp"
#include <cstdint>
#include <vector>
namespace blobs
{
std::vector<std::uint8_t> LpcDataHandler::copyFrom(std::uint32_t length)
{
/* TODO: implement this. */
return {};
}
} // namespace blobs