First reworks for debugging

This commit is contained in:
dvdb97
2023-07-12 13:33:34 +02:00
parent e7ddbbf365
commit 96d94edc52
15 changed files with 125 additions and 126 deletions

View File

@@ -5,6 +5,8 @@
namespace sta
{
enum class UARTMode
{
RX,

View File

@@ -9,7 +9,7 @@ namespace sta
class UART : public Interface
{
public:
UART(const UARTSettings & settings, Mutex * mutex=nullptr);
UART(Mutex * mutex=nullptr);
/**
* @brief Get %UART interface settings.
@@ -22,4 +22,4 @@ namespace sta
};
} // namespace sta
#endif // STA_CORE_UART_UART_HPP
#endif // STA_CORE_UART_UART_HPP