Fixed the wrong output info in bc35_28_95_lwm2m.c

BC95_28_95->BC35_28_95
This commit is contained in:
David Lin 2020-03-02 22:08:53 +08:00 committed by GitHub
parent 61000a13be
commit b88ad7db22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ static int bc35_28_95_print_NBAND(void) {
static int bc35_28_95_lwm2m_init(void)
{
printf("Init BC95_28_95 ...wait reset!\n" );
printf("Init BC35_28_95 ...wait reset!\n" );
at_delay_ms(5000);
if (bc35_28_95_echo_close() != 0) {
printf("echo close FAILED\n");