fix Framework/connection/industrial_ethernet/ethercat DIR error

This commit is contained in:
Liu_Weichao
2022-04-06 14:33:32 +08:00
parent 8c76480a97
commit 06d163295a
12 changed files with 15 additions and 14 deletions
@@ -0,0 +1,7 @@
config CONNECTION_ADAPTER_ETHERCAT
bool "Using ethercat on industrial_ethernet adapter device"
default n
if CONNECTION_ADAPTER_ETHERCAT
source "$APP_DIR/Framework/connection/industrial_ethernet/ethercat/Kconfig"
endif