commit | 6e653a96f7903fc932575b37f449ceaf4e94c3e7 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> | Fri Oct 18 13:04:35 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Oct 22 08:21:19 2024 -0400 |
tree | 986cfc87f356d98ffbaaf2144c3dfc66b8222c5b | |
parent | a441492c7d3ec23873e9553930d07bb42548651d [diff] |
tests: boards: nrf: qdec: Fix failing drivers.sensor.qdec.pm_runtime Test was failing because after re-enabling QDEC there is an interrupt REPORTRDY coming after some time. Test had k_msleep(100) added to accomodate for that but it was added after sensor_sample_fetch and should be added before so that sample with data from REPORTRDY event is fetched so that next read is empty as expected. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>