Project Embedded Systems E-ict Denayer

Dependencies:   BSP_DISCO_F746NG F7_Ethernet LCD_DISCO_F746NG TS_DISCO_F746NG mbed-rtos mbed

Revision:
4:860566e5814e
Parent:
3:7aef6c427f97
Child:
5:0518cef07365
--- a/main.h	Mon Jul 17 01:00:39 2017 +0000
+++ b/main.h	Thu Aug 17 13:32:25 2017 +0000
@@ -48,6 +48,7 @@
 
 
 
+Serial pc(USBTX, USBRX); // tx, rx
 
 MemoryPool<Network, 64> mpool;
 Queue<Network, 64> queue;
@@ -56,7 +57,6 @@
 /*-----------------------------------------------------------*/
 
 int32_t l_ResetDisplay( void );
-int32_t l_CreateMenu( void );
 int32_t l_ShowSettings( void );
 int32_t l_sendNTPpacket(void);