mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +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:
|
||||
int ttyFd() { return m_ttyFd; };
|
||||
int setTtyFd(int fd) { m_ttyFd = fd; };
|
||||
|
||||
private:
|
||||
mraa_uart_context m_uart;
|
||||
|
Loading…
x
Reference in New Issue
Block a user