blob: 99f1a756f7c022abf93d032ff43e226a656dc9e5 [file] [log] [blame]
b.liud440f9f2025-04-18 10:44:31 +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
hong.liu37fffb02025-07-02 17:39:36 +080015#define MBTK_DEVICES_REVISION "T108v05.04b00_GSW.000"
b.liud440f9f2025-04-18 10:44:31 +080016#endif /* MBTK_DEVICES_INFO_H */