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:
Jyotheeswar Reddy 2015-08-25 16:18:13 +05:30 committed by Nava kishore Manne
parent 6d847e63b2
commit aa595fb200

View file

@ -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 */