Revert "Add support for Renesas RZ/A1H"

This reverts commit 621f1f1aa6.
pull/1626/head
mtkrtk 2016-04-08 17:44:10 +09:00
parent 55110c2d84
commit 21bd16debe
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,12 @@
#define TEST_SDA_PIN PD6
#define TEST_SCL_PIN PD7
#elif defined(TARGET_RZ_A1H)
#define TEST_MOSI_PIN P10_14
#define TEST_MISO_PIN P10_15
#define TEST_SCLK_PIN P10_12
#define TEST_CS_PIN P10_13
#elif defined(TARGET_RZ_A1H)
#define TEST_SDA_PIN P1_3
#define TEST_SCL_PIN P1_2