scugic : xscugic_example.c was modified to fix compiler warnings.
This patch modifies example to fix compiler warnings. Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This commit is contained in:
parent
11f640ffe9
commit
874a26d2fb
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
|||
#include "xparameters.h"
|
||||
#include "xil_cache.h"
|
||||
#include "xil_printf.h"
|
||||
|
||||
#include "xil_types.h"
|
||||
#include "xscugic.h"
|
||||
|
||||
/************************** Constant Definitions *****************************/
|
||||
|
@ -96,7 +96,7 @@ static XScuGic_Config *GicConfig; /* The configuration parameters of the
|
|||
*/
|
||||
volatile static int InterruptProcessed = FALSE;
|
||||
|
||||
static void AssertPrint(const char *FilenamePtr, int LineNumber){
|
||||
static void AssertPrint(const char8 *FilenamePtr, s32 LineNumber){
|
||||
xil_printf("ASSERT: File Name: %s ", FilenamePtr);
|
||||
xil_printf("Line Number: %d\r\n",LineNumber);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue