FreeCalypso > hg > tcs211-l1-reconst
comparison chipsetsw/layer1/cfile/l1_func.c @ 103:e3faf217ac9e
l1_func.c: l1_multiband_error_handler() removed - not applicable to our config
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Thu, 07 Apr 2016 20:02:27 +0000 |
parents | 334789c5338c |
children | 078763b12477 |
comparison
equal
deleted
inserted
replaced
102:334789c5338c | 103:e3faf217ac9e |
---|---|
2315 return(l1_config.pwr_mngt); | 2315 return(l1_config.pwr_mngt); |
2316 } | 2316 } |
2317 | 2317 |
2318 #endif | 2318 #endif |
2319 | 2319 |
2320 #if (L1_FF_MULTIBAND == 1) | |
2320 void l1_multiband_error_handler(UWORD16 radio_freq) | 2321 void l1_multiband_error_handler(UWORD16 radio_freq) |
2321 { | 2322 { |
2322 while(1); | 2323 while(1); |
2323 } | 2324 } |
2324 | 2325 #endif |
2325 |