From 672dd3d213d7f6de26f23108f4b711a438249276 Mon Sep 17 00:00:00 2001 From: Happy <54226355+HappyFacade@users.noreply.github.com> Date: Tue, 7 Apr 2020 09:08:45 -0700 Subject: [PATCH] Add missing syntax highlighting to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cebc90c..02a012e 100644 --- a/README.md +++ b/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;