mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
eboled: change write_word to writeWord for MRAA 1.0 API change.
Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
4455c81866
commit
b3a8fd7172
@ -556,7 +556,7 @@ mraa::Result EBOLED::command(uint8_t cmd)
|
||||
|
||||
mraa::Result EBOLED::data(uint16_t data)
|
||||
{
|
||||
m_spi.write_word(data);
|
||||
m_spi.writeWord(data);
|
||||
return mraa::SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user