editable serial input line buffer

Dependents:   MAX5715BOB_Tester MAX11131BOB_Tester MAX5171BOB_Tester MAX11410BOB_Tester ... more

Revision:
12:447a747099e6
Parent:
11:e8a4162d4fd1
Child:
13:abedfe18f924
--- a/CmdLine.cpp	Mon Nov 25 02:20:43 2019 -0800
+++ b/CmdLine.cpp	Thu Dec 19 01:28:54 2019 +0000
@@ -35,6 +35,8 @@
 // *********************************************************************
 
 #include "CmdLine.h"
+// toupper requires include <ctype.h>
+#include <ctype.h>
 
 CmdLine::CmdLine(Stream& AssociatedSerialPort, const char *Name)
     : associatedSerialPort(AssociatedSerialPort)