summaryrefslogtreecommitdiffstats
path: root/nexus/WifiController.h
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2009-05-10 09:27:07 -0700
committerSan Mehat <san@google.com>2009-05-12 14:02:32 -0700
commit69772dc644e1ccc12b6394267f010100470f3c95 (patch)
tree687e8fa9015bb4dbd176a21553c16f2803e8cc9e /nexus/WifiController.h
parentd768066ef54270a0d3ccfccd50ae8238db5a2cdd (diff)
downloadsystem_core-69772dc644e1ccc12b6394267f010100470f3c95.zip
system_core-69772dc644e1ccc12b6394267f010100470f3c95.tar.gz
system_core-69772dc644e1ccc12b6394267f010100470f3c95.tar.bz2
nexus: Move to a line based protocol (similar to FTP) + fix bugs
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'nexus/WifiController.h')
-rw-r--r--nexus/WifiController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/WifiController.h b/nexus/WifiController.h
index 38aea81..ba26cb8 100644
--- a/nexus/WifiController.h
+++ b/nexus/WifiController.h
@@ -77,7 +77,7 @@ protected:
virtual bool isFirmwareLoaded() = 0;
virtual bool isPoweredUp() = 0;
- void sendStatusBroadcast(const char *msg);
+ void sendStatusBroadcast(char *msg);
};
#endif