php access

Dependencies:   EthernetInterface HTTPClient mbed-rtos mbed

Fork of SimpleXively by wolf SSL

Revision:
3:f17ce0127553
Parent:
1:3c8fcecce568
--- a/php_access.cpp	Thu Jul 30 07:29:17 2015 +0000
+++ b/php_access.cpp	Thu Jul 28 23:26:22 2016 +0000
@@ -9,7 +9,7 @@
 void php_access_main( char *uri, char *ch_name, int *sp ){
     int ret ;
     int i ;
-#define BUFFSIZE 1024
+#define BUFFSIZE 1024   
     static char buff[BUFFSIZE];
     char str[256];