Fixed the wrong output information in bc35_28_95.c

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

View File

@ -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");