spi test: describe the wiring of param test in the comments

This commit is contained in:
michael 2019-02-28 19:37:17 +08:00
parent d82c80a07b
commit 12a6664afa

View file

@ -432,6 +432,16 @@ TEST_SPI_LOCAL(MODE, mode_pgroup)
/********************************************************************************
* Test By Master & Slave (2 boards)
*
* Wiring:
* | Master | Slave |
* | ------ | ----- |
* | 12 | 19 |
* | 13 | 23 |
* | 14 | 18 |
* | 15 | 5 |
* | GND | GND |
*
********************************************************************************/
static void test_master_init(void** context);
static void test_master_deinit(void* context);