]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - fx2lib/lib/interrupts/ep8ff_isr.c
fx2lib: Update __interrupt syntax for sdcc>=4.2.3
[sigrok-firmware-fx2lafw.git] / fx2lib / lib / interrupts / ep8ff_isr.c
index 6fcb0c12c05738b6424afc38d32a4db199a7ce29..d1e5fcd7956ba1e23038fbb0e09f3b62a0f04ad9 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 ep8ff_isr() __interrupt EP8FF_ISR{}
+void ep8ff_isr() __interrupt(EP8FF_ISR){}