Browse Source

增加设备注册参数说明

LXGMAX 5 years ago
parent
commit
6c5b1b37f4
1 changed files with 3 additions and 2 deletions
  1. 3 2
      samples/at_sample_m5311.c

+ 3 - 2
samples/at_sample_m5311.c

@@ -28,8 +28,9 @@
 #include <at_log.h>
 
 /* Requirement:
- * AT_CMD_MAX_LEN     -> 2048
- * RT_SERIAL_RB_BUFSZ -> 4096
+ * AT_CMD_MAX_LEN              -> 2048
+ * RT_SERIAL_RB_BUFSZ          -> 4096
+ * M5311_SAMPLE_RECV_BUFF_LEN  -> 2048
  */
  
 #define M5311_SAMPLE_DEVICE_NAME    "m5311"