fix serial ioctl error in control framework

This commit is contained in:
Liu_Weichao
2023-01-13 10:29:20 +08:00
parent 8001b07341
commit fb11970cab
2 changed files with 7 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ endif
config CONTROL_PROTOCOL_MODBUS_UART
bool "Using modbus_uart control protocol"
default n
select CONTROL_USING_SERIAL_485
if CONTROL_PROTOCOL_MODBUS_UART
source "$APP_DIR/Framework/control/ipc_protocol/modbus_uart/Kconfig"
endif