FreeCalypso > hg > fc-magnetite
comparison src/cs/system/Main/init.c @ 272:7e8aa98159ef
init.c: removed some unused definitions not appropriate to this module
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 06 Aug 2017 18:26:20 +0000 |
parents | e18367b5427e |
children | 8fb920215a46 |
comparison
equal
deleted
inserted
replaced
271:e18367b5427e | 272:7e8aa98159ef |
---|---|
135 | 135 |
136 #include "dma/dma.h" | 136 #include "dma/dma.h" |
137 #include "rhea/rhea_arm.h" | 137 #include "rhea/rhea_arm.h" |
138 | 138 |
139 #include "ulpd/ulpd.h" | 139 #include "ulpd/ulpd.h" |
140 | |
141 #if (OP_L1_STANDALONE == 0) | |
142 #define TIMER_RESET_VALUE (0xFFFF) | |
143 | |
144 /* | |
145 * These constants define the number of ticks per TDMA when timer 0 | |
146 * is set to pre-scale=0 and the upper limit in percent of TICKS_PER_TDMA | |
147 * for the execution of synchronous layer 1. | |
148 */ | |
149 #define TICKS_PER_TDMA (1875) | |
150 #define LIMIT_FOR_L1_SYNC (80) | |
151 #endif | |
152 | 140 |
153 #if (PSP_STANDALONE == 0) | 141 #if (PSP_STANDALONE == 0) |
154 #if (OP_L1_STANDALONE == 0) | 142 #if (OP_L1_STANDALONE == 0) |
155 extern void ffs_main_init(void); | 143 extern void ffs_main_init(void); |
156 extern void create_tasks(void); | 144 extern void create_tasks(void); |