]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - fx2lib/lib/interrupts/ep4ping_isr.c
fx2lib: fix SDCC warning 283
[sigrok-firmware-fx2lafw.git] / fx2lib / lib / interrupts / ep4ping_isr.c
index 14b39ccdf621d612f8eb42aa0646aa909c6dd9e3..47de37217cd337746cb57951db2d9b8b470ed622 100644 (file)
  * 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 <http://www.gnu.org/licenses/>.
  **/
 
 #include <autovector.h>
 
-void ep4ping_isr() __interrupt EP4PING_ISR {}
+void ep4ping_isr(void) __interrupt(EP4PING_ISR) {}