Merge pull request 'merge code' (#15) from develop into prepare_for_master

This commit is contained in:
wgzAIIT 2022-11-09 18:37:30 +08:00
commit 33984d8872
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ void CH376Demo(void)
printf( "CH376FileCreatePath:0x%02x\n",(uint16_t)s );
printf( "Write some data to file\n" );
strcpy( (char *)buf, "This is 演示数据\xd\xa" );
strcpy( (char *)buf, "This is test case!\xd\xa" );
s = CH376ByteWrite(buf, strlen((char *)buf), NULL );
printf( "CH376ByteWrite:0x%02x\n",(uint16_t)s );