version with updated libs

Dependencies:   F7_Ethernet mbed MbedJSONValue LCD_DISCO_F746NG mbed-rtos BSP_DISCO_F746NG CANMsg NetworkAPI SDFileSystem_Warning_Fixed GroveStreamsmodified LcdDiscoF746NgTracer JSON

Files at this revision

API Documentation at this revision

Comitter:
jeanpierreaulas
Date:
Wed Sep 02 17:17:59 2020 +0000
Branch:
jpa
Parent:
5:ceefd0cfa233
Child:
7:6ec7a4b94d0b
Commit message:
for test serial2 serial7 compile ok

Changed in this revision

ManageBufferJPA.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ManageBufferJPA.cpp	Wed Sep 02 17:07:55 2020 +0000
+++ b/ManageBufferJPA.cpp	Wed Sep 02 17:17:59 2020 +0000
@@ -94,7 +94,7 @@
     msgSerialUSB = 0;
     }
     
-void sendserial2(char * str)
+void sendSerial2(char * str)
     {
     serial2.printf(str);
     }
@@ -110,7 +110,7 @@
     msgSerial2 = 0;
     }
        
-void sendserial7(char * str)
+void sendSerial7(char * str)
     {
     serial7.printf(str);
     }