mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-05 18:21:54 +00:00
First reworks for debugging
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
namespace sta
|
||||
{
|
||||
|
||||
|
||||
enum class UARTMode
|
||||
{
|
||||
RX,
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user