mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
hm11: remove unused setTtyFd() call causing compiler warnings
Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
8b49943025
commit
537f7e111d
@ -134,7 +134,6 @@ namespace upm {
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
int ttyFd() { return m_ttyFd; };
|
int ttyFd() { return m_ttyFd; };
|
||||||
int setTtyFd(int fd) { m_ttyFd = fd; };
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
mraa_uart_context m_uart;
|
mraa_uart_context m_uart;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user