Eliminate duplicate code between event_m4.hpp, event.hpp.

event.* is common code, _m0 and _m4 contain specific event mask definitions.
This commit is contained in:
Jared Boone
2016-01-04 12:54:05 -08:00
parent 229c1e9a3c
commit c1e5577669
9 changed files with 19 additions and 38 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ CSRC = $(PORTSRC) \
# setting.
CPPSRC = main.cpp \
message_queue.cpp \
event_m4.cpp \
event.cpp \
gpdma.cpp \
baseband_dma.cpp \
portapack_shared_memory.cpp \