blob: a02987f8c530efcde6d4ecec7c1d817efe5100a4 [file] [log] [blame]
Zane Shelleya61f4c52019-08-01 13:58:49 -05001#pragma once
2
Zane Shelleyf85bb662019-08-13 16:15:13 -05003#include <hei_includes.hpp>
Zane Shelleya61f4c52019-08-01 13:58:49 -05004
5namespace libhei
6{
7
8typedef uint32_t ChipType_t;
9
Zane Shelleyf85bb662019-08-13 16:15:13 -050010static constexpr ChipType_t DEFAULT_CHIP_TYPE = 0;
11
Paul Greenwood701fcc12019-08-15 19:29:31 -050012} //end namespace libhei