From adbfea517dfe5cbb5b8bcf8ae4519b39c9302269 Mon Sep 17 00:00:00 2001 From: P L Sai Krishna Date: Tue, 13 Jan 2015 19:24:04 +0530 Subject: [PATCH] canps_v3_0: Removed PS7 definition in canps_header.h file. This patch replaces PS7 definition with canonical definition in canps_header.h file. Signed-off-by: P L Sai Krishna --- XilinxProcessorIPLib/drivers/canps/data/canps_header.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XilinxProcessorIPLib/drivers/canps/data/canps_header.h b/XilinxProcessorIPLib/drivers/canps/data/canps_header.h index c768ff36..02bcb7d1 100644 --- a/XilinxProcessorIPLib/drivers/canps/data/canps_header.h +++ b/XilinxProcessorIPLib/drivers/canps/data/canps_header.h @@ -38,7 +38,7 @@ int CanPsPolledExample(u16 DeviceId); -#ifdef XPAR_PS7_SCUGIC_0_DEVICE_ID +#ifdef XPAR_SCUGIC_0_DEVICE_ID int CanPsIntrExample(XScuGic *IntcInstPtr, XCanPs *CanInstPtr, u16 CanDeviceId, u16 CanIntrId); #endif