blob: 079990bae4b6e0b0da28ae1486ae22a78638c8e2 [file] [log] [blame]
b.liu2cff7322025-05-26 18:41:13 +08001/*
2* MBTK Device Information Define Header.
3*
4* Author : lb
5* Date : 2021/11/5 17:40:29
6*
7*/
8#ifndef MBTK_DEVICES_INFO_H
9#define MBTK_DEVICES_INFO_H
10
11#define MBTK_DEVICES_MANUFACTURER "LYNQ"
12
13#define MBTK_DEVICES_MODEL "LYNQ_T108"
14
15#define MBTK_DEVICES_REVISION "T108v05.04b01_4G.001"
16
17#endif /* MBTK_DEVICES_INFO_H */