Skip to content

Commit

Permalink
tests: sensors: generic_test: fix issue if driver uses system workqueue
Browse files Browse the repository at this point in the history
Changed thread priority to 0 to make it possible to
use the system workqueue in a sensor driver.

Signed-off-by: Florian Weber <[email protected]>
  • Loading branch information
FlorianWeber1018 committed Jun 21, 2024
1 parent 3d72998 commit 0b538da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/drivers/build_all/sensor/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ CONFIG_W1=y
CONFIG_SENSOR=y
CONFIG_ICM42605_TRIGGER_NONE=y
CONFIG_EMUL=y
CONFIG_ZTEST_THREAD_PRIORITY=0

0 comments on commit 0b538da

Please sign in to comment.