summaryrefslogtreecommitdiff
path: root/src/stmf0/ao_exti.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stmf0/ao_exti.h')
-rw-r--r--src/stmf0/ao_exti.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stmf0/ao_exti.h b/src/stmf0/ao_exti.h
index 36c3f7ca..1d19a48f 100644
--- a/src/stmf0/ao_exti.h
+++ b/src/stmf0/ao_exti.h
@@ -36,7 +36,7 @@ void
ao_exti_set_mode(struct stm_gpio *gpio, uint8_t pin, uint8_t mode);
void
-ao_exti_set_callback(struct stm_gpio *gpio, uint8_t pin, void (*callback)());
+ao_exti_set_callback(struct stm_gpio *gpio, uint8_t pin, void (*callback)(void));
void
ao_exti_enable(struct stm_gpio *gpio, uint8_t pin);