Consolidate peripheral declarations.

This commit is contained in:
Jared Boone 2015-08-01 13:42:27 -07:00
parent 8af8941687
commit 1d16cd8aac
8 changed files with 244 additions and 158 deletions

View file

@ -21,11 +21,8 @@
#include "ui_receiver.hpp"
// TODO: Nasty. Put this in an #include somewhere, or a shared system state
// object?
#include "wm8731.hpp"
extern wolfson::wm8731::WM8731 audio_codec;
#include "portapack.hpp"
using namespace portapack;
namespace ui {