From 61000a13be000532044c19667eeb5eb25e01c6b7 Mon Sep 17 00:00:00 2001 From: David Lin Date: Mon, 2 Mar 2020 22:05:15 +0800 Subject: [PATCH 1/2] Fixed the wrong output information in bc35_28_95.c BC95_28_95->BC35_28_95 --- devices/bc35_28_95/bc35_28_95.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/bc35_28_95/bc35_28_95.c b/devices/bc35_28_95/bc35_28_95.c index c0637282..65b65004 100644 --- a/devices/bc35_28_95/bc35_28_95.c +++ b/devices/bc35_28_95/bc35_28_95.c @@ -246,7 +246,7 @@ static int bc35_28_95_signal_quality_check(void) static int bc35_28_95_init(void) { - printf("Init BC95_28_95 ...\n" ); + printf("Init BC35_28_95 ...\n" ); if (bc35_28_95_reset() != 0) { printf("reset FAILED\n"); From b88ad7db224aabc45137acc4e40f35d84bd70024 Mon Sep 17 00:00:00 2001 From: David Lin Date: Mon, 2 Mar 2020 22:08:53 +0800 Subject: [PATCH 2/2] Fixed the wrong output info in bc35_28_95_lwm2m.c BC95_28_95->BC35_28_95 --- devices/bc35_28_95_lwm2m/bc35_28_95_lwm2m.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/bc35_28_95_lwm2m/bc35_28_95_lwm2m.c b/devices/bc35_28_95_lwm2m/bc35_28_95_lwm2m.c index 7c498a4b..1ca7174f 100644 --- a/devices/bc35_28_95_lwm2m/bc35_28_95_lwm2m.c +++ b/devices/bc35_28_95_lwm2m/bc35_28_95_lwm2m.c @@ -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");