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 | ba02b40212cb1aebd66990f76294c09e35217e93 (patch) | |
tree | 93a190b5a35602a1570d77f57ed2eb6a3cc4b8e2 /wirish | |
parent | fccf017f3a5aa7182080c1ed062ab46773a8f34a (diff) | |
download | librambutan-ba02b40212cb1aebd66990f76294c09e35217e93.tar.gz librambutan-ba02b40212cb1aebd66990f76294c09e35217e93.zip |
more sphinx docs
Diffstat (limited to 'wirish')
-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(); } |