Maxim Integrated / Mbed OS MAXREFDES155#

Dependencies:   MaximInterface

Revision:
3:d2799d8497c0
Parent:
0:33d4e66780c0
Child:
5:d2c852569e9d
--- a/WifiConnectWindow.cpp	Mon Feb 27 10:30:31 2017 -0600
+++ b/WifiConnectWindow.cpp	Thu Mar 02 10:15:53 2017 -0600
@@ -59,6 +59,9 @@
 {    
     switch (m_state)
     {
+    case NotStarted:
+        break;
+        
     case PreConnect:
         m_backButton.setParent(NULL);
         m_continueButton.setParent(NULL);