/* | |
* MBTK Device Information Define Header. | |
* | |
* Author : lb | |
* Date : 2021/11/5 17:40:29 | |
* | |
*/ | |
#ifndef MBTK_DEVICES_INFO_H | |
#define MBTK_DEVICES_INFO_H | |
#define MBTK_DEVICES_MANUFACTURER "LYNQ" | |
#define MBTK_DEVICES_MODEL "LYNQ_L508LEN" | |
#define MBTK_DEVICES_REVISION "L508LENv03.05b01.00" | |
#endif /* MBTK_DEVICES_INFO_H */ |