Modify the CAN display problem

This commit is contained in:
wien.b
2023-12-20 17:43:45 +08:00
parent 76868729bf
commit cfe2cece57
2 changed files with 6 additions and 12 deletions

7
APP_Framework/Framework/control/ipc_protocol/Kconfig Executable file → Normal file
View File

@@ -14,11 +14,4 @@ if CONTROL_PROTOCOL_MODBUS_UART
source "$APP_DIR/Framework/control/ipc_protocol/modbus_uart/Kconfig"
endif
config CONTROL_PROTOCOL_ETHERCAT
bool "Using ethercat control protocol"
default n
select CONTROL_USING_SOCKET
if CONTROL_PROTOCOL_ETHERCAT
source "$APP_DIR/Framework/control/ipc_protocol/ethercat/Kconfig"
endif