Scott Hoppe / MTS_SPI

Fork of MTS-Serial by Scott Hoppe

Files at this revision

API Documentation at this revision

Comitter:
Mike Fiore
Date:
Mon May 19 14:38:24 2014 -0500
Parent:
2:d2cb8c8ecd6e
Child:
4:d348d001283b
Commit message:
replace inclusion of Vars.h with Utils.h

Changed in this revision

MTSBufferedIO.cpp Show annotated file Show diff for this revision Revisions of this file
MTSSerialFlowControl.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/MTSBufferedIO.cpp	Mon May 19 12:35:18 2014 -0500
+++ b/MTSBufferedIO.cpp	Mon May 19 14:38:24 2014 -0500
@@ -1,5 +1,5 @@
 #include "MTSBufferedIO.h"
-#include "Vars.h"
+#include "Utils.h"
 
 using namespace mts;
 
--- a/MTSSerialFlowControl.cpp	Mon May 19 12:35:18 2014 -0500
+++ b/MTSSerialFlowControl.cpp	Mon May 19 14:38:24 2014 -0500
@@ -1,7 +1,6 @@
 #include "MTSSerialFlowControl.h"
-
 #include "MTSLog.h"
-#include "Vars.h"
+#include "Utils.h"
 
 using namespace mts;