修复了结构体定义错误
This commit is contained in:
@@ -43,7 +43,7 @@ lv_input_device_driver_t mouse_input;
|
||||
**所有**函数采用驼峰命名法。
|
||||
|
||||
```C
|
||||
int strLength(char* str);
|
||||
int StrLength(char* str);
|
||||
```
|
||||
|
||||
### 代码风格
|
||||
|
Reference in New Issue
Block a user