From 0431c3fde7376018a22c28f273ec223da9f53254 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Wed, 12 Oct 2016 14:44:56 -0500 Subject: update version file name to avoid conflicts with mbed-os headers --- CommandTerminal/CmdDisplayConfig.cpp | 2 +- CommandTerminal/CmdIdentification.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'CommandTerminal') diff --git a/CommandTerminal/CmdDisplayConfig.cpp b/CommandTerminal/CmdDisplayConfig.cpp index 58ba86d..73c0442 100644 --- a/CommandTerminal/CmdDisplayConfig.cpp +++ b/CommandTerminal/CmdDisplayConfig.cpp @@ -17,7 +17,7 @@ */ #include "CmdDisplayConfig.h" -#include "version.h" +#include "dotbox_version.h" #include "MTSLog.h" std::string version = MTDOT_BOX_VERSION; diff --git a/CommandTerminal/CmdIdentification.cpp b/CommandTerminal/CmdIdentification.cpp index 1c576db..e92dc36 100644 --- a/CommandTerminal/CmdIdentification.cpp +++ b/CommandTerminal/CmdIdentification.cpp @@ -17,7 +17,7 @@ */ #include "CmdIdentification.h" -#include "version.h" +#include "dotbox_version.h" CmdIdentification::CmdIdentification(mDot* dot, mts::MTSSerial& serial) : Command(dot, "Request Id", "ATI", "Request Identification"), _serial(serial) { -- cgit v1.2.3