Ashley Mills / ATConsole

Dependencies:   mbed-rtos VodafoneUSBModem mbed

Revision:
1:719c0f047c34
Parent:
0:6c831cc49d22
Child:
2:8cc63f7a24cf
--- a/Console.h	Tue Aug 14 16:03:35 2012 +0000
+++ b/Console.h	Wed Aug 15 12:09:49 2012 +0000
@@ -13,9 +13,7 @@
 
         int _linePos;
         int _prevLinePos;
-        
-        Serial *_terminal;
-        
+
         bool waitForInput();
         void loadPreviousBuffer();
         void loadNextBuffer();
@@ -31,6 +29,7 @@
         char *_lineBuffer;
         int _lineLength;
         int _numLines;
+        Serial *_terminal;
            
     public:
         Console(Serial *terminal, int lineLength, int numLines);