Merge pull request #112 from DavidLin1577/patch-2

Fixed the wrong output information
This commit is contained in:
Arthur
2020-03-03 18:29:43 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -246,7 +246,7 @@ static int bc35_28_95_signal_quality_check(void)
static int bc35_28_95_init(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) { if (bc35_28_95_reset() != 0) {
printf("reset FAILED\n"); printf("reset FAILED\n");

View File

@@ -238,7 +238,7 @@ static int bc35_28_95_print_NBAND(void) {
static int bc35_28_95_lwm2m_init(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); at_delay_ms(5000);
if (bc35_28_95_echo_close() != 0) { if (bc35_28_95_echo_close() != 0) {
printf("echo close FAILED\n"); printf("echo close FAILED\n");