RS232 control for TVOne products

Dependents:   SPK-DVIMXR

Revision:
9:42c83cac2f6d
Parent:
7:c73d4c68a13b
Child:
10:5f398fc9b5c1
--- a/spk_tvone_mbed.h	Mon Oct 08 02:09:42 2012 +0000
+++ b/spk_tvone_mbed.h	Mon Oct 08 03:06:00 2012 +0000
@@ -25,7 +25,6 @@
 
 #include "spk_tvone.h"
 #include "mbed.h"
-#include "MODSERIAL.h" 
 
 class SPKTVOne
 {
@@ -42,7 +41,7 @@
     void set1600x600(int resStoreNumber);
     void set2048x768(int resStoreNumber);
     
-    MODSERIAL *serial;
+    Serial *serial;
     Serial *debug; 
     
     DigitalOut *writeDO;