blob: ba3d2e9dd7753714e85303cdc250acdb825737eb [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
Zane Shelleya61f4c52019-08-01 13:58:49 -050012} // end namespace libhei