mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +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)
|
I2CLcd::write(int row, int column, std::string msg)
|
||||||
{
|
{
|
||||||
setCursor(row, column);
|
setCursor(row, column);
|
||||||
write(msg);
|
return write(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
mraa_result_t
|
mraa_result_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user