From 85a6ecd5dc2bf2ec118f6f0c329bda4255c7b4a7 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Tue, 10 May 2016 11:02:42 -0700 Subject: [PATCH] Missing "using namespace". --- firmware/baseband/baseband_thread.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/baseband/baseband_thread.cpp b/firmware/baseband/baseband_thread.cpp index 88d77ef0..053b5a3a 100644 --- a/firmware/baseband/baseband_thread.cpp +++ b/firmware/baseband/baseband_thread.cpp @@ -30,6 +30,7 @@ #include "rssi.hpp" #include "i2s.hpp" +using namespace lpc43xx; #include "proc_am_audio.hpp" #include "proc_nfm_audio.hpp"