changeset 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
files chipsetsw/layer1/cfile/l1_func.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/chipsetsw/layer1/cfile/l1_func.c	Thu Apr 07 19:54:47 2016 +0000
+++ b/chipsetsw/layer1/cfile/l1_func.c	Thu Apr 07 20:02:27 2016 +0000
@@ -2317,9 +2317,9 @@
 
 #endif 
 
+#if (L1_FF_MULTIBAND == 1)
 void l1_multiband_error_handler(UWORD16 radio_freq)
 {
     while(1);
 }
-
-
+#endif