scuwdt_v2_1: Removed IAR, ARMCC compilation errors.
This patch removes IAR and ARMCC compilation errors. Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
This commit is contained in:
parent
eda5fe3e10
commit
ab4f11c566
1 changed files with 4 additions and 4 deletions
|
@ -178,9 +178,9 @@ typedef struct {
|
|||
*
|
||||
******************************************************************************/
|
||||
#define XScuWdt_IsWdtExpired(InstancePtr) \
|
||||
{((XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \
|
||||
((XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \
|
||||
XSCUWDT_RST_STS_OFFSET) & \
|
||||
XSCUWDT_RST_STS_RESET_FLAG_MASK) == XSCUWDT_RST_STS_RESET_FLAG_MASK);}
|
||||
XSCUWDT_RST_STS_RESET_FLAG_MASK) == XSCUWDT_RST_STS_RESET_FLAG_MASK)
|
||||
|
||||
/****************************************************************************/
|
||||
/**
|
||||
|
@ -199,9 +199,9 @@ typedef struct {
|
|||
*
|
||||
******************************************************************************/
|
||||
#define XScuWdt_IsTimerExpired(InstancePtr) \
|
||||
{((XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \
|
||||
((XScuWdt_ReadReg((InstancePtr)->Config.BaseAddr, \
|
||||
XSCUWDT_ISR_OFFSET) & \
|
||||
XSCUWDT_ISR_EVENT_FLAG_MASK) == XSCUWDT_ISR_EVENT_FLAG_MASK);}
|
||||
XSCUWDT_ISR_EVENT_FLAG_MASK) == XSCUWDT_ISR_EVENT_FLAG_MASK)
|
||||
|
||||
/****************************************************************************/
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue