diff --git a/RigControl.c b/RigControl.c index f5ef723..b7e22d1 100644 --- a/RigControl.c +++ b/RigControl.c @@ -1322,7 +1322,6 @@ int Rig_CommandEx(struct RIGPORTINFO * PORT, struct RIGINFO * RIG, TRANSPORTENTR FreqPtr[0].Cmd1Len = Len; // for ICOM C_Q_ADD(&RIG->BPQtoRADIO_Q, buffptr); - return TRUE; sprintf(Command, "Ok\r"); return FALSE; diff --git a/debug/bpq32.pdb b/debug/bpq32.pdb deleted file mode 100644 index 88888aa..0000000 Binary files a/debug/bpq32.pdb and /dev/null differ diff --git a/makefile~ b/makefile~ deleted file mode 100644 index 184cfbf..0000000 --- a/makefile~ +++ /dev/null @@ -1,39 +0,0 @@ -# LinBPQ Makefile - -# To exclude i2c support run make noi2c - -OBJS = pngwtran.o pngrtran.o pngset.o pngrio.o pngwio.o pngtrans.o pngrutil.o pngwutil.o\ - pngread.o pngwrite.o png.o pngerror.o pngget.o pngmem.o APRSIconData.o AISCommon.o\ - upnp.o APRSStdPages.o HSMODEM.o WinRPR.o KISSHF.o TNCEmulators.o bpqhdlc.o SerialPort.o\ - adif.o WebMail.o utf8Routines.o VARA.o LzFind.o Alloc.o LzmaDec.o LzmaEnc.o LzmaLib.o \ - Multicast.o ARDOP.o IPCode.o FLDigi.o linether.o CMSAuth.o APRSCode.o BPQtoAGW.o KAMPactor.o\ - AEAPactor.o HALDriver.o MULTIPSK.o BBSHTMLConfig.o ChatHTMLConfig.o BBSUtilities.o bpqaxip.o\ - BPQINP3.o BPQNRR.o cMain.o Cmd.o CommonCode.o HTMLCommonCode.o compatbits.o config.o datadefs.o \ - FBBRoutines.o HFCommon.o Housekeeping.o HTTPcode.o kiss.o L2Code.o L3Code.o L4Code.o lzhuf32.o \ - MailCommands.o MailDataDefs.o LinBPQ.o MailRouting.o MailTCP.o MBLRoutines.o md5.o Moncode.o \ - NNTPRoutines.o RigControl.o TelnetV6.o WINMOR.o TNCCode.o UZ7HODrv.o WPRoutines.o \ - SCSTrackeMulti.o SCSPactor.o SCSTracker.o HanksRT.o UIRoutines.o AGWAPI.o AGWMoncode.o \ - DRATS.o FreeDATA.o base64.o Events.o - -# Configuration: - -CC = gcc - -all: CFLAGS = -DLINBPQ -MMD -g -fcommon -all: linbpq - - -noi2c: CFLAGS = -DLINBPQ -MMD -DNOI2C -g -fcommon -noi2c: linbpq - - -linbpq: $(OBJS) - gcc $(OBJS) -Xlinker -Map=output.map -l:libminiupnpc.a -lrt -lm -lz -lpthread -lconfig -lpcap -o linbpq - sudo setcap "CAP_NET_ADMIN=ep CAP_NET_RAW=ep CAP_NET_BIND_SERVICE=ep" linbpq - --include *.d - -clean : - rm *.d - rm linbpq $(OBJS) - diff --git a/nodeapi.c b/nodeapi.c index 75fa272..83594a2 100644 --- a/nodeapi.c +++ b/nodeapi.c @@ -56,7 +56,6 @@ int xx() // Handle the client request // handle_request(); } - return 0; }