Skip to content

Commit

Permalink
Add missing syntax highlighting to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyFacade authored Apr 7, 2020
1 parent d994939 commit 672dd3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ INIT_APP_EXPORT(flex_button_main);
`user_button_init();` 初始化代码如下所示:
```
```C
static void user_button_init(void)
{
int i;
Expand Down Expand Up @@ -184,7 +184,7 @@ typedef enum

### 按键数据结构

```
```C
typedef struct flex_button
{
struct flex_button* next;
Expand Down

0 comments on commit 672dd3d

Please sign in to comment.