]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - fx2lib/lib/interrupts/errlimit_isr.c
fx2lib: Update __interrupt syntax for sdcc>=4.2.3
[sigrok-firmware-fx2lafw.git] / fx2lib / lib / interrupts / errlimit_isr.c
index 115418dddfc7cab7636b65b72bcb359c23545d29..cf4e1f61dd37a1fbefd742cf8ee99a5188c87714 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 errlimit_isr() __interrupt ERRLIMIT_ISR {}
+void errlimit_isr() __interrupt(ERRLIMIT_ISR) {}