diff recpt1/recpt1core.c @ 145:75423932bfaa

follow BS premium's transponder migration
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 07 May 2018 23:50:52 +0900
parents 5e4290a4cd01
children
line wrap: on
line diff
--- a/recpt1/recpt1core.c	Mon Apr 16 01:24:18 2018 +0900
+++ b/recpt1/recpt1core.c	Mon May 07 23:50:52 2018 +0900
@@ -37,7 +37,7 @@
 searchrecoff(char *channel)
 {
     int lp;
-    printf("channel = %s\n", channel);
+    //printf("channel = %s\n", channel);
     if(channel[0] == 'B' && channel[1] == 'S') {
         int node = 0;
         int slot = 0;