Fixed refactoring problem
This commit is contained in:
parent
2bbba0fcbd
commit
d9a05d0273
@ -9,8 +9,8 @@ namespace uart {
|
||||
template <io::P rxPin, io::P txPin, class cfg = config<>>
|
||||
class software {
|
||||
public:
|
||||
using data_t = typename config::data_t;
|
||||
static constexpr auto DATA_BITS = config::DATA_BITS;
|
||||
using data_t = typename cfg::data_t;
|
||||
static constexpr auto DATA_BITS = cfg::DATA_BITS;
|
||||
|
||||
static void init() {}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user