From 8668d0b74f541843704d87b7ba76bfed2ff95ddb Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sat, 5 May 2018 18:45:27 +0200 Subject: Fix comments --- hal/uart.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hal') diff --git a/hal/uart.hpp b/hal/uart.hpp index 65062f6..c3807c2 100644 --- a/hal/uart.hpp +++ b/hal/uart.hpp @@ -51,7 +51,7 @@ namespace uart std::queue _rx_buffer[devices_count]; std::queue _tx_buffer[devices_count]; - // the following functions have been inlined + // the following commented functions have been inlined // template // std::queue& rx_buffer(); @@ -67,7 +67,7 @@ namespace uart void set_baudrate(long baud); #endif - // the following functions have been inlined + // the following commented functions have been inlined // template // void echo(bool enabled); -- cgit v1.2.1