summaryrefslogtreecommitdiff
path: root/src/drivers/ao_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/ao_event.h')
-rw-r--r--src/drivers/ao_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_event.h b/src/drivers/ao_event.h
index ed9a7433..584a845a 100644
--- a/src/drivers/ao_event.h
+++ b/src/drivers/ao_event.h
@@ -29,7 +29,7 @@ struct ao_event {
int32_t value;
};
-uint8_t
+void
ao_event_get(struct ao_event *ev);
void