FreeCalypso > hg > tcs211-l1-reconst
comparison chipsetsw/layer1/tm_cust0/l1tm_cust.c @ 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 |
comparison
equal
deleted
inserted
replaced
246:03c8cdc20ffa | 247:65004e173824 |
---|---|
140 l1_config.tmode.stats_config.stat_type = TM_STAT_TYPE; | 140 l1_config.tmode.stats_config.stat_type = TM_STAT_TYPE; |
141 l1_config.tmode.stats_config.stat_bitmask = TM_STAT_BITMASK; | 141 l1_config.tmode.stats_config.stat_bitmask = TM_STAT_BITMASK; |
142 | 142 |
143 #if (CODE_VERSION != SIMULATION) | 143 #if (CODE_VERSION != SIMULATION) |
144 // Initialize APCDEL1 register of Omega | 144 // Initialize APCDEL1 register of Omega |
145 ABB_Write_Register_on_page(PAGE0, APCDEL1, (C_APCDEL - 0x0004) >> 6); | 145 ABB_Write_Register_on_page(PAGE0, APCDEL1, (C_APCDEL1 - 0x0004) >> 6); |
146 #endif | 146 #endif |
147 | 147 |
148 l1tm.tm_msg_received = FALSE; | 148 l1tm.tm_msg_received = FALSE; |
149 | 149 |
150 for (i=0;i<16;i++) | 150 for (i=0;i<16;i++) |