diff options
Diffstat (limited to '')
-rw-r--r-- | hal/uart.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hal/uart.hpp b/hal/uart.hpp index b1dce29..65062f6 100644 --- a/hal/uart.hpp +++ b/hal/uart.hpp @@ -62,6 +62,11 @@ namespace uart template<unsigned dev> void initialize(); +#if 0 + template<unsigned dev> + void set_baudrate(long baud); +#endif + // the following functions have been inlined // template<unsigned dev> |