mirror of
https://github.com/murphyzhao/FlexibleButton.git
synced 2023-11-24 09:39:02 +08:00
Merge pull request #19 from HappyFacade/patch-1
Add missing syntax highlighting to readme
This commit is contained in:
commit
05405a51c2
@ -85,7 +85,7 @@ INIT_APP_EXPORT(flex_button_main);
|
|||||||
|
|
||||||
`user_button_init();` 初始化代码如下所示:
|
`user_button_init();` 初始化代码如下所示:
|
||||||
|
|
||||||
```
|
```C
|
||||||
static void user_button_init(void)
|
static void user_button_init(void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
@ -184,7 +184,7 @@ typedef enum
|
|||||||
|
|
||||||
### 按键数据结构
|
### 按键数据结构
|
||||||
|
|
||||||
```
|
```C
|
||||||
typedef struct flex_button
|
typedef struct flex_button
|
||||||
{
|
{
|
||||||
struct flex_button* next;
|
struct flex_button* next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user