debug version

Dependents:   HTTPClient_WiFi_HelloWorld_src

Fork of SNICInterface by muRata

Files at this revision

API Documentation at this revision

Comitter:
sunsmile2015
Date:
Sat Aug 15 04:01:35 2015 +0000
Parent:
53:b53ccb9989c4
Commit message:
update for debug

Changed in this revision

SNIC/SNIC_Core.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r b53ccb9989c4 -r 8b879474d7e1 SNIC/SNIC_Core.cpp
--- a/SNIC/SNIC_Core.cpp	Tue Mar 31 03:16:46 2015 +0000
+++ b/SNIC/SNIC_Core.cpp	Sat Aug 15 04:01:35 2015 +0000
@@ -98,9 +98,9 @@
     DigitalOut reset_pin( reset );
 
     reset_pin = 0;
-    wait(0.3);
+    wait(0.5);
     reset_pin = 1;
-    wait(0.3);
+    wait(0.5);
     
     return 0;
 }