Forked (hacked) for Legacy Gateway testing
Dependencies: mbed LoRaWAN-lib SX1272Lib
Fork of LoRaWAN-demo-72 by
Diff: app/vt100.h
- Revision:
- 6:f9224695ed01
- Parent:
- 0:45496a70a8a5
--- a/app/vt100.h Tue Jul 05 15:00:47 2016 +0000 +++ b/app/vt100.h Wed Mar 22 12:42:27 2017 +0000 @@ -52,9 +52,8 @@ WHITE = 7, }; - VT100( PinName tx, PinName rx ): SerialBase( tx, rx ) + VT100( PinName tx, PinName rx ): SerialBase( tx, rx, 115200 ) { - this->baud( 115200 ); // initializes terminal to "power-on" settings // ESC c this->printf( "\x1B\x63" ); @@ -152,7 +151,7 @@ */ int getc( ) { - return _base_getc(); + return _base_getc( ); } /** Write a char to the serial port