Skip to content

Commit

Permalink
updated default values for stack priority
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB committed May 21, 2024
1 parent d2458ca commit 9bcb527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions zephyr/KConfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ config IOLINK_MASTER_PRIO
help
Priority of the IO-Link Master handler task which
handles events from all the IO-Link ports
default 2
default 3

config IOLINK_DL_PRIO
int "IO-Link DL Layer Priority"
default 3
default 2
help
Priority of the IO-Link DL Layer. Typically set to IOLINK_MASTER_PRIO + 1
Priority of the IO-Link DL Layer. Must have greater priority than IOLINK_MASTER_PRIO

config IOLINK_NUM_PORTS
int "Number of IO-Link ports"
Expand Down
2 changes: 1 addition & 1 deletion zephyr/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
name: iolink
build:
cmake: .
kconfig: zephyr/KConfig
kconfig: zephyr/Kconfig

0 comments on commit 9bcb527

Please sign in to comment.