summaryrefslogtreecommitdiff
path: root/src/c/hardware/rasberrypi/includes/RPIPeripheralPinISR.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/hardware/rasberrypi/includes/RPIPeripheralPinISR.h')
-rw-r--r--src/c/hardware/rasberrypi/includes/RPIPeripheralPinISR.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/hardware/rasberrypi/includes/RPIPeripheralPinISR.h b/src/c/hardware/rasberrypi/includes/RPIPeripheralPinISR.h
index de05f908..fc5a8d04 100644
--- a/src/c/hardware/rasberrypi/includes/RPIPeripheralPinISR.h
+++ b/src/c/hardware/rasberrypi/includes/RPIPeripheralPinISR.h
@@ -17,7 +17,7 @@
extern "C" {
#endif
-int16 i16RPIPinISRs(uint8 pin, uint8 edgetype, void (*ISRFunction));
+int16 i16RPIPinISRs(uint8 pin, uint8 edgetype, void (*ISRFunction)(void));
#ifdef __cplusplus
} /* extern "C" */