#pragma once #include #include #include "buffer.h" buffer FakeUart_Drain(uint16_t size); void FakeUart_Feed(std::span data); void FakeUart_Reset();