Browse Source

Merge pull request #19 from HappyFacade/patch-1

Add missing syntax highlighting to readme
Murphy 5 years ago
parent
commit
05405a51c2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -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;