Update README.md

fix readme codeblock issue
pull/20/head
SimonXI 4 years ago committed by GitHub
parent 218f9c86c4
commit 89e2f85f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,7 @@ void BTN1_PRESS_UP_Handler(void* btn)
} }
... ...
```
int main() int main()
{ {
button_init(&btn1, read_button1_GPIO, 0); button_init(&btn1, read_button1_GPIO, 0);
@ -115,6 +115,6 @@ int main()
while(1) while(1)
{} {}
} }
```

Loading…
Cancel
Save