diff L1/include/l1_api_hisr.h @ 3:f93dab57b032

L1/include: TCS211-based version restored
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:45:00 +0000
parents 75a11d740a02
children
line wrap: on
line diff
--- a/L1/include/l1_api_hisr.h	Thu Jun 09 00:19:28 2016 +0000
+++ b/L1/include/l1_api_hisr.h	Thu Jun 09 00:45:00 2016 +0000
@@ -10,10 +10,11 @@
 #ifndef _L1_API_HISR_H_
 #define _L1_API_HISR_H_
 
-#if (L1_DYN_DSP_DWNLD == 1)
 /* Constants */
 #define ID_API_INT		0x4
-#endif
+
+/* Prototypes */
 void l1_trigger_api_interrupt();
+void l1_api_handler();
 
 #endif