X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=hw%2Fcwav-usbeeax%2Fmain.c;fp=hw%2Fcwav-usbeeax%2Fmain.c;h=0000000000000000000000000000000000000000;hb=f7f91781e4d4d5543371d76bb295316a6655e535;hp=941bdd08a62420f288b22704af7ac83c94af92f6;hpb=00060cecdb4d3332f2a1a705436de3b6d08d1106;p=sigrok-firmware-fx2lafw.git diff --git a/hw/cwav-usbeeax/main.c b/hw/cwav-usbeeax/main.c deleted file mode 100644 index 941bdd08..00000000 --- a/hw/cwav-usbeeax/main.c +++ /dev/null @@ -1,30 +0,0 @@ -/* - * This file is part of the fx2lafw project. - * - * Copyright (C) 2011-2012 Uwe Hermann - * Copyright (C) 2012 Joel Holdsworth - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ - -#include - -void main(void) -{ - fx2lafw_init(); - - while (1) - fx2lafw_poll(); -}