diff options
author | Zach Eveland <zeveland@blacklabel-development.com> | 2011-12-20 17:08:07 -0500 |
---|---|---|
committer | Zach Eveland <zeveland@blacklabel-development.com> | 2011-12-20 17:08:07 -0500 |
commit | e405a6eb6099a71959c664cab8ca8241634c6b91 (patch) | |
tree | 8b9bb5359965fac86f8f8500c4f357bb287c7501 /cores/arduino/USBAPI.h | |
parent | e4930f866d41baa7e8ac615f22dc3e92ec0f1c5a (diff) |
Revert "changed Keyboard write() method to type(). Made write() an alias for type() to allow subclassing by Stream."
This reverts commit de1d5fc0cb82874c0dcb766c5fb27ab36c5cb32c.
Diffstat (limited to 'cores/arduino/USBAPI.h')
-rw-r--r-- | cores/arduino/USBAPI.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cores/arduino/USBAPI.h b/cores/arduino/USBAPI.h index 326fd6c..1772c3c 100644 --- a/cores/arduino/USBAPI.h +++ b/cores/arduino/USBAPI.h @@ -105,7 +105,6 @@ private: public: Keyboard_(); virtual size_t write(uint8_t); - virtual size_t type(uint8_t); }; extern Keyboard_ Keyboard; |