From 2906a6fe900aa91de4fb9aa6cec59a6c0ef2b3bb Mon Sep 17 00:00:00 2001 From: Mike Purvis Date: Mon, 28 Apr 2014 07:30:40 -0400 Subject: [PATCH] Add missing stubs to serial/impl/win.h header --- include/serial/impl/win.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/serial/impl/win.h b/include/serial/impl/win.h index 605f5d0..2c0c6cd 100644 --- a/include/serial/impl/win.h +++ b/include/serial/impl/win.h @@ -74,6 +74,12 @@ public: size_t available (); + + bool + waitReadable (uint32_t timeout); + + void + waitByteTimes (size_t count); size_t read (uint8_t *buf, size_t size = 1);