uart: fix typo
This commit is contained in:
parent
199515d7f4
commit
93f0b95beb
|
@ -13,7 +13,7 @@ private:
|
|||
uint8_t tx_data, rx_data;
|
||||
std::string rx_input;
|
||||
std::string rx_sending_str;
|
||||
static constexpr const char *rx_input_prompt = "UART TX (Press Enter to issue): ";
|
||||
static constexpr const char *rx_input_prompt = "UART RX (Press Enter to issue): ";
|
||||
bool tx_update_gui, rx_update_gui;
|
||||
uint8_t *p_tx;
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue