Fixed the wrong output info in bc35_28_95_lwm2m.c
BC95_28_95->BC35_28_95
This commit is contained in:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user