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 7a9ce24 commit 621f1f1Copy full SHA for 621f1f1
libraries/tests/utest/i2c_eeprom_asynch/i2c_eeprom_asynch.cpp
@@ -40,12 +40,6 @@
40
#define TEST_SDA_PIN PD6
41
#define TEST_SCL_PIN PD7
42
43
-#elif defined(TARGET_RZ_A1H)
44
-#define TEST_MOSI_PIN P10_14
45
-#define TEST_MISO_PIN P10_15
46
-#define TEST_SCLK_PIN P10_12
47
-#define TEST_CS_PIN P10_13
48
-
49
#elif defined(TARGET_RZ_A1H)
50
#define TEST_SDA_PIN P1_3
51
#define TEST_SCL_PIN P1_2
0 commit comments