blob: 2f178ebc60aefcadf06b26fad83aae04726f7d93 [file] [log] [blame]
liubin281ac462023-07-19 14:22:54 +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_L508LEN"
14
15#define MBTK_DEVICES_REVISION "L508LENv03.05b01.00"
16
17#endif /* MBTK_DEVICES_INFO_H */