remove legacy definitions from esp_types.h

This commit is contained in:
Ivan Grokhotkov
2016-11-21 17:13:55 +08:00
parent d0c9c1de57
commit 2393d829de
4 changed files with 10 additions and 50 deletions

View File

@@ -161,6 +161,14 @@ typedef struct {
int received;
} UartDevice;
typedef enum {
OK = 0,
FAIL,
PENDING,
BUSY,
CANCEL,
} STATUS;
/**
* @brief Init uart device struct value and reset uart0/uart1 rx.
* Please do not call this function in SDK.