diff options
Diffstat (limited to 'wirish/comm')
-rw-r--r-- | wirish/comm/HardwareSerial.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wirish/comm/HardwareSerial.h b/wirish/comm/HardwareSerial.h index 934db23..9a7967c 100644 --- a/wirish/comm/HardwareSerial.h +++ b/wirish/comm/HardwareSerial.h @@ -46,6 +46,8 @@ * the documentation accordingly. */ +/* TODO [0.1.0] Document this here and make serial.rst use Breathe */ + class HardwareSerial : public Print { public: HardwareSerial(usart_dev *usart_device, |