mirror of
https://github.com/eclipse/upm.git
synced 2025-07-12 06:41:12 +03:00
i2clcd: added virtual destructor to base lcd class
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -41,6 +41,10 @@ I2CLcd::I2CLcd(int bus, int lcdAddress) : m_i2c_lcd_control(bus)
|
||||
}
|
||||
}
|
||||
|
||||
I2CLcd::~I2CLcd()
|
||||
{
|
||||
}
|
||||
|
||||
mraa_result_t
|
||||
I2CLcd::write(int row, int column, std::string msg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user