Fix uart tx bug, data pass(with flow control) through test ok.

This commit is contained in:
Wangjialin
2016-11-10 17:01:39 +08:00
parent 6fb2515a5d
commit 4f4c9030fd
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ typedef int32_t esp_err_t;
#define ESP_ERR_INVALID_SIZE 0x104
#define ESP_ERR_NOT_FOUND 0x105
#define ESP_ERR_NOT_SUPPORTED 0x106
#define ESP_ERR_TIMEOUT 0x107
#define ESP_ERR_WIFI_BASE 0x3000 /*!< Starting number of WiFi error codes */