FreeCalypso > hg > fc-magnetite
changeset 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 |
files | src/cs/system/Main/init.c |
diffstat | 1 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cs/system/Main/init.c Sun Aug 06 18:24:14 2017 +0000 +++ b/src/cs/system/Main/init.c Sun Aug 06 18:26:20 2017 +0000 @@ -138,18 +138,6 @@ #include "ulpd/ulpd.h" -#if (OP_L1_STANDALONE == 0) - #define TIMER_RESET_VALUE (0xFFFF) - - /* - * These constants define the number of ticks per TDMA when timer 0 - * is set to pre-scale=0 and the upper limit in percent of TICKS_PER_TDMA - * for the execution of synchronous layer 1. - */ - #define TICKS_PER_TDMA (1875) - #define LIMIT_FOR_L1_SYNC (80) -#endif - #if (PSP_STANDALONE == 0) #if (OP_L1_STANDALONE == 0) extern void ffs_main_init(void);