X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=fx2lib%2Finclude%2Fgpif.h;h=624a568f427f69f6b3c3201a155bea46f7c1b8ad;hb=a76fd2a9590f03cf26f47a04b2d0cb27f111c621;hp=b6f40b8b9ff3dd08a817dba4234f33d803186fd3;hpb=3608c1063d17c56c038434eba5a6b11f26e530b5;p=sigrok-firmware-fx2lafw.git diff --git a/fx2lib/include/gpif.h b/fx2lib/include/gpif.h index b6f40b8b..624a568f 100644 --- a/fx2lib/include/gpif.h +++ b/fx2lib/include/gpif.h @@ -11,8 +11,7 @@ // 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 . /*! \file * @@ -101,7 +100,7 @@ void gpif_single_read16( WORD* res , WORD len); * At leat one EPxFIFOCFG has to have wordwide=1 or this * function won't transfer both bytes. **/ -void gpif_single_write16( WORD* data, WORD len); +void gpif_single_write16( WORD* __data, WORD len); void gpif_fifo_read ( GPIF_EP_NUM ep_num );