10 lines
149 B
C++
10 lines
149 B
C++
#pragma once
|
|
|
|
#include "Tactility/hal/uart/Uart.h"
|
|
|
|
namespace tt::hal::uart {
|
|
|
|
bool init(const std::vector<uart::Configuration>& configurations);
|
|
|
|
}
|