Add missing syntax highlighting to readme

This commit is contained in:
Happy 2020-04-07 09:08:45 -07:00 committed by GitHub
parent d9949397a6
commit 672dd3d213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ INIT_APP_EXPORT(flex_button_main);
`user_button_init();` 初始化代码如下所示:
```
```C
static void user_button_init(void)
{
int i;
@ -184,7 +184,7 @@ typedef enum
### 按键数据结构
```
```C
typedef struct flex_button
{
struct flex_button* next;