Merge pull request #83 from luliangdang/master

【更新】修复a9g_sample宏定义错误
This commit is contained in:
朱天龙 (Armink) 2019-11-26 19:56:38 +08:00 committed by GitHub
commit a7e37b888a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -32,11 +32,11 @@
static struct at_device_a9g a9g0 =
{
A9G_SAMPLE_DEIVCE_NAME,
AT_DEVICE_NAME,
A9G_SAMPLE_CLIENT_NAME,
A9G_SAMPLE_POWER_PIN,
A9G_SAMPLE_STATUS_PIN,
AT_DEVICE_RECV_BUFF_LEN,
A9G_SAMPLE_RECV_BUFF_LEN,
};
static int a9g_device_register(void)