baseband: Move all init code into baseband.cpp.

This commit is contained in:
Jared Boone
2016-07-24 21:34:38 -07:00
parent ea143bd3fc
commit c8ffea0098
3 changed files with 90 additions and 81 deletions

View File

@@ -97,6 +97,7 @@ set(CSRC
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
set(CPPSRC
baseband.cpp
main.cpp
${COMMON}/message_queue.cpp
${COMMON}/event.cpp