LEX_Threaded_Programming

Dependencies:   Heater_V2 MODSERIAL Nanopb FastPWM ADS8568_ADC

Revision:
15:6d22fa5a66ab
Parent:
14:39a5eb99fbdb
Child:
16:32b598af6f86
--- a/main.cpp	Thu Sep 19 16:14:05 2019 +0000
+++ b/main.cpp	Thu Sep 19 16:14:45 2019 +0000
@@ -121,7 +121,6 @@
 void decode_message()
 {
     // Create a stream that reads from the buffer.
-    pc.printf("# decoding");
     pb_istream_t istream = pb_istream_from_buffer(buffer, message_length);
 
     //Now we are ready to decode the message.