2025-02-12 18:12:20 +01:00

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);
}