mDot AT-Firmware for testing
Dependencies: MTS-Serial libmDot-mbed5
Fork of Dot-AT-Firmware by
Diff: CommandTerminal/CommandTerminal.cpp
- Revision:
- 11:05e0f30c03a6
- Parent:
- 9:ff62b20f7000
- Child:
- 14:f9a77400b622
--- a/CommandTerminal/CommandTerminal.cpp Mon Apr 04 16:37:01 2016 +0000 +++ b/CommandTerminal/CommandTerminal.cpp Mon Aug 22 19:34:26 2016 +0000 @@ -799,8 +799,6 @@ _serial.write((char*) info->RxBuffer, info->RxBufferSize); } } - - delete[] info->RxBuffer; } }