Rename all the app .cpp/.hpp to have app name first.

Larger refactoring of filenames and namespaces imminent!
This commit is contained in:
Jared Boone 2015-12-08 15:28:33 -08:00
parent d0d97e92cb
commit 218d81fc60
12 changed files with 30 additions and 30 deletions

View file

@ -26,11 +26,11 @@ using namespace portapack;
#include "string_format.hpp"
#include "app_analog_audio.hpp"
#include "app_ais.hpp"
#include "app_tpms.hpp"
#include "app_ert.hpp"
#include "app_spectrum_analysis.hpp"
#include "analog_audio_app.hpp"
#include "ais_app.hpp"
#include "tpms_app.hpp"
#include "ert_app.hpp"
#include "spectrum_analysis_app.hpp"
namespace ui {