uart: fix typo

This commit is contained in:
Zihao Yu 2024-01-09 17:50:28 +08:00
parent 199515d7f4
commit 93f0b95beb
1 changed files with 1 additions and 1 deletions

View File

@ -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: