We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5945783 commit 50e97efCopy full SHA for 50e97ef
tests/boards/nrf/i2c/i2c_slave/src/main.c
@@ -80,7 +80,7 @@ static void *test_setup(void)
80
};
81
int ret;
82
83
- zassert_equal(NRFX_SUCCESS, nrfx_twis_init(&twis, &config, i2s_slave_handler),
+ zassert_equal(0, nrfx_twis_init(&twis, &config, i2s_slave_handler),
84
"TWIS initialization failed");
85
86
PINCTRL_DT_DEFINE(NODE_TWIS);
0 commit comments