aboutsummaryrefslogtreecommitdiffstats
path: root/agni.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-05-17 01:10:33 +0100
committerFreeArtMan <dos21h@gmail.com>2017-05-17 01:10:33 +0100
commitaa7eba595d41abc7342f886138b55e130b2b15a3 (patch)
tree221ca078373877c3ade395daeb4e4e77d4abfcfa /agni.c
parentb891a3c3793412bad5ae74122ece655fbee06e5d (diff)
downloadagni-aa7eba595d41abc7342f886138b55e130b2b15a3.tar.gz
agni-aa7eba595d41abc7342f886138b55e130b2b15a3.zip
Added precalculated FIR filter, n=12, w_c=0.5
Diffstat (limited to 'agni.c')
-rw-r--r--agni.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/agni.c b/agni.c
index 12b2d52..c637a43 100644
--- a/agni.c
+++ b/agni.c
@@ -285,7 +285,7 @@ int th_start_client(void *data)
while (run)
{
//Collect events from MQ
- printf("Client loop tick\n");
+ //printf("Client loop tick\n");
mq_event = mq_ntf_select(mq, MQ_IN);
switch(mq_event)
{
@@ -405,7 +405,7 @@ int th_start_client(void *data)
//recieve irc commands and pass to MQ, save command to table
//fix this by allowing drain just chunks, not whole buffer
memset(conn_buf, 0, TH_CONN_BUF_SZ);
- PNL();
+ //PNL();
cret = 0;
//if((cret = read(conn,conn_buf, 256))>0)
if ((cret = irc_read(&conn, conn_buf, 256))>0)