diff options
author | San Mehat <san@google.com> | 2009-05-10 09:27:07 -0700 |
---|---|---|
committer | San Mehat <san@google.com> | 2009-05-12 14:02:32 -0700 |
commit | 69772dc644e1ccc12b6394267f010100470f3c95 (patch) | |
tree | 687e8fa9015bb4dbd176a21553c16f2803e8cc9e /nexus/WifiController.h | |
parent | d768066ef54270a0d3ccfccd50ae8238db5a2cdd (diff) | |
download | system_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.h | 2 |
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 |