It is the project that wifi run on the rtos

Fork of WiflyInterface by Mbed

Revision:
6:5176e0864078
Parent:
1:fb4494783863
diff -r 81e264dbbf03 -r 5176e0864078 WiflyInterface.h
--- a/WiflyInterface.h	Thu Oct 17 23:12:55 2013 +0000
+++ b/WiflyInterface.h	Thu Oct 17 23:23:00 2013 +0000
@@ -22,8 +22,8 @@
 
 #include "Wifly.h"
 
- /** Interface using Wifly to connect to an IP-based network
- *
+ /**
+ * Interface using Wifly to connect to an IP-based network
  */
 class WiflyInterface: public Wifly {
 public:
@@ -70,7 +70,7 @@
   
   /** Get IP address
   *
-  * @ returns ip address
+  * \return ip address
   */
   char* getIPAddress();