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 abdea27 commit aa2c58aCopy full SHA for aa2c58a
tests/boards/nrf/i2c/i2c_slave/src/main.c
@@ -21,8 +21,14 @@
21
#define I2C_S_INSTANCE 1
22
#elif CONFIG_NRFX_TWIS2
23
#define I2C_S_INSTANCE 2
24
+#elif CONFIG_NRFX_TWIS20
25
+#define I2C_S_INSTANCE 20
26
+#elif CONFIG_NRFX_TWIS21
27
+#define I2C_S_INSTANCE 21
28
#elif CONFIG_NRFX_TWIS22
29
#define I2C_S_INSTANCE 22
30
+#elif CONFIG_NRFX_TWIS30
31
+#define I2C_S_INSTANCE 30
32
#elif CONFIG_NRFX_TWIS131
33
#define I2C_S_INSTANCE 131
34
#else
0 commit comments