diff gsm-fw/L1/include/l1_api_hisr.h @ 530:25a7fe25864c

gsm-fw/L1/include: switch to LoCosto versions of all header files
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 01 Aug 2014 16:38:35 +0000
parents afceeeb2cba1
children
line wrap: on
line diff
--- a/gsm-fw/L1/include/l1_api_hisr.h	Tue Jul 15 22:19:53 2014 +0000
+++ b/gsm-fw/L1/include/l1_api_hisr.h	Fri Aug 01 16:38:35 2014 +0000
@@ -10,11 +10,10 @@
 #ifndef _L1_API_HISR_H_
 #define _L1_API_HISR_H_
 
+#if (L1_DYN_DSP_DWNLD == 1)
 /* Constants */
 #define ID_API_INT		0x4
-
-/* Prototypes */
+#endif
 void l1_trigger_api_interrupt();
-void l1_api_handler();
 
 #endif