aboutsummaryrefslogtreecommitdiff
path: root/libraries/Bridge/YunServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/Bridge/YunServer.h')
-rw-r--r--libraries/Bridge/YunServer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Bridge/YunServer.h b/libraries/Bridge/YunServer.h
index 7343924..69fdeab 100644
--- a/libraries/Bridge/YunServer.h
+++ b/libraries/Bridge/YunServer.h
@@ -32,7 +32,7 @@ public:
void begin();
YunClient accept();
- virtual size_t write(uint8_t c) { /* TODO */ }
+ virtual size_t write(uint8_t c);
void listenOnLocalhost() { useLocalhost = true; }
void noListenOnLocalhost() { useLocalhost = false; }