src/main.cpp

changeset 28
424d792fea4f
parent 26
86f099bda525
child 32
bc1d6ecbb0cc
--- a/src/main.cpp	Thu Oct 15 01:12:31 2020 +0200
+++ b/src/main.cpp	Fri Oct 16 22:08:47 2020 +0200
@@ -94,7 +94,7 @@
 
 
 #ifdef HAVE_PC
-Serial pc(USBTX, USBRX);
+BufferedSerial pc(USBTX, USBRX);
 #endif
 
 SSD1322 *dsp;
@@ -340,7 +340,7 @@
 
 void setup() {
 #ifdef HAVE_PC
-  pc.baud (115200);
+  pc.set_baud(115200);
 #endif
 
   printf("\n\nSETUP\n");

mercurial