ipipsu:example: Fix test device id
Modify example to use the first available IPI device slot for testing Signed-off-by: Jyotheeswar Reddy <jyothee@xilinx.com> Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
6d847e63b2
commit
aa595fb200
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
/************************* Test Configuration ********************************/
|
||||
/* IPI device ID to use for this test */
|
||||
#define TEST_CHANNEL_ID XPAR_XIPIPSU_1_DEVICE_ID
|
||||
#define TEST_CHANNEL_ID XPAR_XIPIPSU_0_DEVICE_ID
|
||||
/* Test message length in words. Max is 8 words (32 bytes) */
|
||||
#define TEST_MSG_LEN 8
|
||||
/* Interrupt Controller device ID */
|
||||
|
|
Loading…
Add table
Reference in a new issue