From ba02b40212cb1aebd66990f76294c09e35217e93 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Mon, 11 Oct 2010 23:39:50 -0400 Subject: more sphinx docs --- wirish/usb_serial.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wirish') 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(); } -- cgit v1.2.3