FreeCalypso > hg > tcs211-l1-reconst
comparison chipsetsw/layer1/cust0/l1_cust.c @ 205:1f1b89a59cf6
l1_cust.c: watchdog_applied() bogon removed
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 08 Jun 2016 06:02:17 +0000 |
parents | 2d691e51d678 |
children | 52afa170484d |
comparison
equal
deleted
inserted
replaced
204:2d691e51d678 | 205:1f1b89a59cf6 |
---|---|
120 void get_cal_from_nvmem (UWORD8 *ptr, UWORD16 len, UWORD8 id); | 120 void get_cal_from_nvmem (UWORD8 *ptr, UWORD16 len, UWORD8 id); |
121 UWORD8 save_cal_in_nvmem (UWORD8 *ptr, UWORD16 len, UWORD8 id); | 121 UWORD8 save_cal_in_nvmem (UWORD8 *ptr, UWORD16 len, UWORD8 id); |
122 void config_rf_rw_band(char type, UWORD8 read); | 122 void config_rf_rw_band(char type, UWORD8 read); |
123 void config_rf_read(char type); | 123 void config_rf_read(char type); |
124 void config_rf_write(char type); | 124 void config_rf_write(char type); |
125 | |
126 //TISH20040421 Sean modified for watchdog implemention | |
127 BOOL watchdog_applied(void) | |
128 { | |
129 return TRUE; | |
130 } | |
131 //Sean modified end | |
132 | 125 |
133 enum { | 126 enum { |
134 RF_ID = 0, | 127 RF_ID = 0, |
135 ADC_ID = 1 | 128 ADC_ID = 1 |
136 }; | 129 }; |