Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/benchmarks/multicore/idle_spim_loopback/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ int main(void)
/* SPI was active for ~1 second with separate SPI CS activations
* for each spi_transceive_dt() call.
*/
__ASSERT_NO_MSG(high >= 1000);
__ASSERT_NO_MSG(low >= 1000);
__ASSERT_NO_MSG(high >= 100);
__ASSERT_NO_MSG(low >= 100);
__ASSERT_NO_MSG(low == high);
#endif
counter++;
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 382877e15f13507f40c73b385446987fc7ace57e
revision: 51d538f0a4a264aeedcd34d02e140c95a48c5625
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading