# HG changeset patch # User Mychaela Falconia # Date 1484534396 0 # Node ID 65004e1738241a5845583db736c4f5cf4819f3d9 # Parent 03c8cdc20ffae2e6d4b3c433e94804ace2c384da l1tm_cust.c: passes compilation after constant name fix diff -r 03c8cdc20ffa -r 65004e173824 chipsetsw/layer1/tm_cust0/l1tm_cust.c --- 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;