X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=fx2lib%2Flib%2Finterrupts%2Fsutok_isr.c;h=9c424c67e1bc863e7011b4c34fad2d594f73f4ac;hb=HEAD;hp=d857eb73cf606ae4273609300f7e68de090d3636;hpb=3608c1063d17c56c038434eba5a6b11f26e530b5;p=sigrok-firmware-fx2lafw.git diff --git a/fx2lib/lib/interrupts/sutok_isr.c b/fx2lib/lib/interrupts/sutok_isr.c index d857eb73..9c424c67 100644 --- a/fx2lib/lib/interrupts/sutok_isr.c +++ b/fx2lib/lib/interrupts/sutok_isr.c @@ -12,11 +12,10 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . **/ #include -void sutok_isr() __interrupt SUTOK_ISR {} +void sutok_isr(void) __interrupt(SUTOK_ISR) {}