]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - fx2lib/lib/interrupts/ep6_isr.c
fx2lib: Update __interrupt syntax for sdcc>=4.2.3
[sigrok-firmware-fx2lafw.git] / fx2lib / lib / interrupts / ep6_isr.c
index dc6551e21cd32a5841e8a87160f66e73e183296e..630f9b264d556625fd0655a8b7771f01ff74d488 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 ep6_isr() __interrupt EP6_ISR {}
+void ep6_isr() __interrupt(EP6_ISR) {}