diff rvinterf/asyncshell/tchcmd.c @ 900:8171c5c0d804

rvinterf tree: definitions for new version of TCH tap feature
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Dec 2022 03:01:41 +0000
parents d43d82cbfb85
children 2e6764022292
line wrap: on
line diff
--- a/rvinterf/asyncshell/tchcmd.c	Mon Dec 12 22:15:25 2022 +0000
+++ b/rvinterf/asyncshell/tchcmd.c	Tue Dec 13 03:01:41 2022 +0000
@@ -114,10 +114,10 @@
 			goto inv;
 		tch_ulbits_conf();
 		return;
-	case TCH_DLBITS_IND:
+	case TCH_DLBITS_OLD_IND:
 		if (rvi_msg_len != 43)
 			goto inv;
-		tch_dlbits_handler();
+		tch_dlbits_old_handler();
 		return;
 	default:
 		goto inv;