diff options
author | Nao Pross <naopross@thearcway.org> | 2018-05-05 18:35:39 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-05-05 18:35:39 +0200 |
commit | 7c6e90299de97b51f6ba17d1a50cedb824d0c82f (patch) | |
tree | 2a032bbec8a11e1b5f7a189ff2750936982576fc /hal/uart.hpp | |
parent | Fix split() (diff) | |
download | SAMLiquidSmoke-7c6e90299de97b51f6ba17d1a50cedb824d0c82f.tar.gz SAMLiquidSmoke-7c6e90299de97b51f6ba17d1a50cedb824d0c82f.zip |
Add gpio::is_set() to read from _latch register, update command parsing
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> |