]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commit - include/scope.inc
fx2lafw: Update __interrupt syntax for sdcc>=4.2.3
authorMatthew Cengia <redacted>
Tue, 15 Aug 2023 00:39:32 +0000 (10:39 +1000)
committerGerhard Sittig <redacted>
Tue, 15 Aug 2023 05:51:09 +0000 (07:51 +0200)
commit3e08500d22f87f69941b65cf8b8c1b85f9b41173
tree15791a72358da16f3bfaac17bc584e3cf515746f
parent5aab87d358a4585a10ad89277bb88ad139077abd
fx2lafw: Update __interrupt syntax for sdcc>=4.2.3

The SDCC user manual https://sdcc.sourceforge.net/doc/sdccman.pdf
section 1.5 "Compatibility with previous versions" on page 11 states:

> In 4.2.3, support for non-parenthesized arguments to __using and
> __interrupt was dropped.

Adjust the sigrok fx2lafw application source to unbreak compilation with
more recent SDCC versions.
fx2lafw.c
include/scope.inc