Consolidate event handler code, including IRQ.

This commit is contained in:
Jared Boone
2016-01-04 12:15:10 -08:00
parent b058c0fe00
commit 69b258cc2b
4 changed files with 16 additions and 73 deletions
-1
View File
@@ -118,7 +118,6 @@ CSRC = $(PORTSRC) \
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
CPPSRC = main.cpp \
irq_ipc.cpp \
irq_lcd_frame.cpp \
irq_controls.cpp \
irq_rtc.cpp \