From e5a9ede29c239a0742c050d828fd1f304fb4bbb9 Mon Sep 17 00:00:00 2001 From: zeql <34702759+HouqiLi@users.noreply.github.com> Date: Sun, 15 Mar 2020 12:28:09 +0800 Subject: [PATCH] Update at_device.h add macro AT_DEVICE_CLASS_M6315 --- inc/at_device.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/at_device.h b/inc/at_device.h index fabcb9e..2fb3465 100644 --- a/inc/at_device.h +++ b/inc/at_device.h @@ -57,6 +57,7 @@ extern "C" { #define AT_DEVICE_CLASS_BC26 0x0BU #define AT_DEVICE_CLASS_AIR720 0x0CU #define AT_DEVICE_CLASS_ME3616 0x0DU +#define AT_DEVICE_CLASS_M6315 0x0EU /* Options and Commands for AT device control opreations */ #define AT_DEVICE_CTRL_POWER_ON 0x01L