修复了结构体定义错误

This commit is contained in:
2022-05-13 11:41:00 +08:00
parent 6e42036f65
commit c9897ea0dd
7 changed files with 16 additions and 14 deletions

View File

@@ -43,7 +43,7 @@ lv_input_device_driver_t mouse_input;
**所有**函数采用驼峰命名法。
```C
int strLength(char* str);
int StrLength(char* str);
```
### 代码风格