Skip to content

Commit

Permalink
Specification p-net package naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kurisaW authored and Rbb666 committed Dec 16, 2024
1 parent dbcb295 commit 632cbd6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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.

0 comments on commit 632cbd6

Please sign in to comment.