]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - fx2lib/lib/interrupts/ep6ping_isr.c
fx2lib: Update __interrupt syntax for sdcc>=4.2.3
[sigrok-firmware-fx2lafw.git] / fx2lib / lib / interrupts / ep6ping_isr.c
index eaabbbc5de0275ff23499aac6b45d5cad4e1fa9c..5430f2097ed2d85348c6dcc7a558a634fd027a65 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 ep6ping_isr() __interrupt EP6PING_ISR {}
+void ep6ping_isr() __interrupt(EP6PING_ISR) {}