diff options
| author | Marti Bolivar <mbolivar@mit.edu> | 2010-10-11 23:39:50 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@mit.edu> | 2010-10-11 23:39:50 -0400 |
| commit | 1d3f7c783196532e2121e0b304eee7aa839a1693 (patch) | |
| tree | 1de218d20c0066bafff80ad6d2511c917f8eea97 /wirish/usb_serial.cpp | |
| parent | e1c75e7bedcaf5db2ef0186376e450a6dbd705e1 (diff) | |
more sphinx docs
Diffstat (limited to 'wirish/usb_serial.cpp')
| -rw-r--r-- | wirish/usb_serial.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wirish/usb_serial.cpp b/wirish/usb_serial.cpp index 405220a..5c8a65f 100644 --- a/wirish/usb_serial.cpp +++ b/wirish/usb_serial.cpp @@ -119,10 +119,12 @@ uint8 USBSerial::pending(void) { return usbGetPending(); } +// TODO deprecate the crap out of this uint8 USBSerial::getDTR(void) { return usbGetDTR(); } +// TODO deprecate the crap out of this uint8 USBSerial::getRTS(void) { return usbGetRTS(); } |
