Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion iot/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ source "$PKGS_DIR/packages/iot/zephyr_polling/Kconfig"
source "$PKGS_DIR/packages/iot/matter-adaptation-layer/Kconfig"
source "$PKGS_DIR/packages/iot/lhc_modbus/Kconfig"
source "$PKGS_DIR/packages/iot/qmodbus/Kconfig"
source "$PKGS_DIR/packages/iot/p-net/Kconfig"
source "$PKGS_DIR/packages/iot/p-net-rtt/Kconfig"
endmenu
2 changes: 1 addition & 1 deletion iot/p-net/Kconfig → iot/p-net-rtt/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if PKG_USING_PNET

config PKG_PNET_PATH
string
default "/packages/iot/p-net"
default "/packages/iot/p-net-rtt"

menuconfig PKG_PENT_NETIF_NAME
bool "Default netif name for P-NET"
Expand Down
File renamed without changes.
Loading