yuki makura / Mbed 2 deprecated 2018_wamv_sw_panel

Dependencies:   mbed mbed-rtos EthernetInterface

Files at this revision

API Documentation at this revision

Comitter:
yukisega
Date:
Mon Dec 10 20:26:49 2018 +0000
Branch:
add_TCP_Socket
Parent:
2:1bbc8e401827
Commit message:
fix start thread

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Dec 10 20:22:25 2018 +0000
+++ b/main.cpp	Mon Dec 10 20:26:49 2018 +0000
@@ -122,6 +122,9 @@
 // main() runs in its own thread in the OS
 int main()
 {
+    /* Start Thread */
+    Thread thread_get(ethernet_thread);
+    
     float voltage_ctrl_main = 0.0;
     char command;
     char address;