From 73ebfe534278cb497ddad554807f538b33fe0b16 Mon Sep 17 00:00:00 2001 From: Yuval Peress Date: Thu, 27 Apr 2023 02:02:25 -0600 Subject: [PATCH] DNM: Temporary fix for the sensor_shell app Once #57130 merges this will not be needed. Signed-off-by: Yuval Peress --- samples/sensor/sensor_shell/prj.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/sensor/sensor_shell/prj.conf b/samples/sensor/sensor_shell/prj.conf index d3189e39aeac769..9f5cc48698e9e4e 100644 --- a/samples/sensor/sensor_shell/prj.conf +++ b/samples/sensor/sensor_shell/prj.conf @@ -5,4 +5,6 @@ CONFIG_SENSOR_SHELL=y CONFIG_SENSOR_INFO=y CONFIG_LOG=y +CONFIG_ICM42688_TRIGGER_NONE=y +CONFIG_ADC_ADS7052_INIT_PRIORITY=99 CONFIG_RTIO_CONSUME_SEM=y