Fork for marginal changes to UI library.

Dependents:   Data-Management-Honka

Fork of UI by Michael Ling

Files at this revision

API Documentation at this revision

Comitter:
nathanhonka
Date:
Sun Apr 05 21:58:48 2015 +0000
Parent:
6:be26def664d1
Child:
8:7d9e183929a1
Commit message:
Remove unnecessary reference to MODSERIAL.h.

Changed in this revision

UserInterface.cpp Show annotated file Show diff for this revision Revisions of this file
UserInterface.h Show annotated file Show diff for this revision Revisions of this file
--- a/UserInterface.cpp	Sun Apr 05 21:15:37 2015 +0000
+++ b/UserInterface.cpp	Sun Apr 05 21:58:48 2015 +0000
@@ -1,5 +1,4 @@
 #include "mbed.h"
-#include "MODSERIAL.h"
 #include "initDatabed.h"
 #include "UserInterface.h"
 
--- a/UserInterface.h	Sun Apr 05 21:15:37 2015 +0000
+++ b/UserInterface.h	Sun Apr 05 21:58:48 2015 +0000
@@ -11,7 +11,6 @@
 */
 
 #include "mbed.h"
-#include "MODSERIAL.h"
 #include "initDatabed.h"
 
 /* UI button press types */