]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - fx2lib/lib/interrupts/ep0out_isr.c
fx2lib: fix SDCC warning 283
[sigrok-firmware-fx2lafw.git] / fx2lib / lib / interrupts / ep0out_isr.c
index a5acedb748dd9aee867a9596f21f20862f14b4d9..a93cd77cfc479c69bc138428ce0017693e9408bf 100644 (file)
@@ -17,5 +17,5 @@
 
 #include <autovector.h>
 
-void ep0out_isr() __interrupt(EP0OUT_ISR) {}
+void ep0out_isr(void) __interrupt(EP0OUT_ISR) {}