# HG changeset patch # User Mychaela Falconia # Date 1502043980 0 # Node ID 7e8aa98159ef2c38d4086c1a1707d43e59c19f37 # Parent e18367b5427ec57c5378798702951182c0319a15 init.c: removed some unused definitions not appropriate to this module diff -r e18367b5427e -r 7e8aa98159ef src/cs/system/Main/init.c --- 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);