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