drivers: ttc: change in low level example
This patch modifies ttc low level example to change BASEADDR definition Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
This commit is contained in:
parent
bff62dfbe7
commit
84d3662189
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ static int TmrCtrLowLevelExample(u8 SettingsTableOffset);
|
||||||
* xttcps_hw.h
|
* xttcps_hw.h
|
||||||
*/
|
*/
|
||||||
static u32 TimerCounterBaseAddr[] = {
|
static u32 TimerCounterBaseAddr[] = {
|
||||||
XPS_TTC0_BASEADDR,
|
XPAR_XTTCPS_0_BASEADDR,
|
||||||
XPS_TTC1_BASEADDR
|
XPAR_XTTCPS_1_BASEADDR
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue