libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
daplink_v1_def.hpp
1#pragma once
2
3#include <cstdint>
4
5#include "daplink_v2_def.hpp"
6
7namespace LibXR::USB::DapLinkV1Def
8{
9
10using namespace DapLinkV2Def;
11
12static constexpr std::uint16_t MAX_REQUEST_SIZE = 64u;
13static constexpr std::uint16_t MAX_RESPONSE_SIZE = 64u;
14
15} // namespace LibXR::USB::DapLinkV1Def