gpiops: Removed IAR compilation errors.
This patch removes the IAR compilation error in intr example. Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
This commit is contained in:
parent
4b9197d617
commit
466b7f177f
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@
|
|||
|
||||
static int GpioIntrExample(XScuGic *Intc, XGpioPs *Gpio, u16 DeviceId,
|
||||
u16 GpioIntrId);
|
||||
static void IntrHandler(void *CallBackRef, int Bank, u32 Status);
|
||||
static void IntrHandler(void *CallBackRef, u32 Bank, u32 Status);
|
||||
static int SetupInterruptSystem(XScuGic *Intc, XGpioPs *Gpio, u16 GpioIntrId);
|
||||
|
||||
/************************** Variable Definitions *****************************/
|
||||
|
@ -242,7 +242,7 @@ int GpioIntrExample(XScuGic *Intc, XGpioPs *Gpio, u16 DeviceId, u16 GpioIntrId)
|
|||
* @note None.
|
||||
*
|
||||
******************************************************************************/
|
||||
static void IntrHandler(void *CallBackRef, int Bank, u32 Status)
|
||||
static void IntrHandler(void *CallBackRef, u32 Bank, u32 Status)
|
||||
{
|
||||
XGpioPs *Gpio = (XGpioPs *)CallBackRef;
|
||||
static u32 ButtonsChanged;
|
||||
|
|
Loading…
Add table
Reference in a new issue