FreeCalypso > hg > tcs211-l1-reconst
changeset 247:65004e173824
l1tm_cust.c: passes compilation after constant name fix
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 16 Jan 2017 02:39:56 +0000 |
parents | 03c8cdc20ffa |
children | 2a1b6e3f7a84 |
files | chipsetsw/layer1/tm_cust0/l1tm_cust.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/tm_cust0/l1tm_cust.c Mon Jan 16 02:36:18 2017 +0000 +++ b/chipsetsw/layer1/tm_cust0/l1tm_cust.c Mon Jan 16 02:39:56 2017 +0000 @@ -142,7 +142,7 @@ #if (CODE_VERSION != SIMULATION) // Initialize APCDEL1 register of Omega - ABB_Write_Register_on_page(PAGE0, APCDEL1, (C_APCDEL - 0x0004) >> 6); + ABB_Write_Register_on_page(PAGE0, APCDEL1, (C_APCDEL1 - 0x0004) >> 6); #endif l1tm.tm_msg_received = FALSE;