UART rework

many possible problems fixed in preparation for thread-safe
This commit is contained in:
me-no-dev
2016-10-14 03:02:40 +03:00
parent 50b060ab32
commit 17c8ceb1b9
4 changed files with 153 additions and 132 deletions

View File

@ -65,8 +65,6 @@ public:
operator bool() const;
void setDebugOutput(bool);
bool isTxEnabled(void);
bool isRxEnabled(void);
protected:
int _uart_nr;