From 9a3a55abdafbf24e862ae8e31572bf0f7d7a1939 Mon Sep 17 00:00:00 2001
From: ke hu <ke.hu@iopsys.eu>
Date: Thu, 24 Oct 2019 14:08:52 +0200
Subject: [PATCH] support more switch command

multicast use the commands to change hw
---
 src/ltq_cli_lib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ltq_cli_lib.h b/src/ltq_cli_lib.h
index bd65c46..781b272 100644
--- a/src/ltq_cli_lib.h
+++ b/src/ltq_cli_lib.h
@@ -12,7 +12,7 @@
 #define _IFX_CLI_LIB_H
 typedef int (*command_fkt)(int argc, char *argv[], int fd, int numPar);
 
-#define CONFIG_LTQ_TEST 0
+#define CONFIG_LTQ_TEST 1
 
 typedef struct {
 	char *Name;
-- 
GitLab