mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
lcd: return a proper value in write()
defect #156 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
4f5030ecf7
commit
3e82dd8d0a
@ -45,7 +45,7 @@ mraa_result_t
|
||||
I2CLcd::write(int row, int column, std::string msg)
|
||||
{
|
||||
setCursor(row, column);
|
||||
write(msg);
|
||||
return write(msg);
|
||||
}
|
||||
|
||||
mraa_result_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user