X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=fx2lib%2Flib%2Finterrupts%2Fep8ping_isr.c;h=56965e6aca3f35ae798f0028181e8e8091ca1654;hb=HEAD;hp=0bc4abf863c632edb891a00ed15fcbd31764e257;hpb=3608c1063d17c56c038434eba5a6b11f26e530b5;p=sigrok-firmware-fx2lafw.git diff --git a/fx2lib/lib/interrupts/ep8ping_isr.c b/fx2lib/lib/interrupts/ep8ping_isr.c index 0bc4abf8..56965e6a 100644 --- a/fx2lib/lib/interrupts/ep8ping_isr.c +++ b/fx2lib/lib/interrupts/ep8ping_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 ep8ping_isr() __interrupt EP8PING_ISR {} +void ep8ping_isr(void) __interrupt(EP8PING_ISR) {}