summaryrefslogtreecommitdiffstats
path: root/docs/gpio_control.md
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2023-04-26 16:32:15 +0800
committerlokher <lokher@gmail.com>2023-04-26 16:32:15 +0800
commite4f4ceaf3f2e3d25fb282273a81f9b58790fc427 (patch)
treec0a257eab0ffe5238fdf2c04882e8ee1fe8fc46e /docs/gpio_control.md
parent103badc87cb50db1ff3851c84331e86ba78fb681 (diff)
merge upstream 713427c
Diffstat (limited to 'docs/gpio_control.md')
-rw-r--r--docs/gpio_control.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gpio_control.md b/docs/gpio_control.md
index e1f1515b71..12413dfc8e 100644
--- a/docs/gpio_control.md
+++ b/docs/gpio_control.md
@@ -30,7 +30,7 @@ The above functions are not always guaranteed to work atomically. Therefore, if
eg.
```c
-void some_function() {
+void some_function(void) {
// some process
ATOMIC_BLOCK_FORCEON {
// Atomic Processing