diff --git a/uart.hpp b/uart.hpp index ed708be..dc59840 100644 --- a/uart.hpp +++ b/uart.hpp @@ -19,10 +19,10 @@ namespace uart { namespace detail { -template +template static constexpr size_t cntDigits() { - T num = limit; + T num = Limit; size_t cnt = 0; do {