mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 20:01:12 +03:00
sm130: updated new implementation to C++ types
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -53,7 +53,7 @@ SM130::~SM130()
|
||||
{
|
||||
}
|
||||
|
||||
mraa_result_t SM130::setBaudRate(int baud)
|
||||
mraa::Result SM130::setBaudRate(int baud)
|
||||
{
|
||||
m_baud = baud;
|
||||
return m_uart.setBaudRate(baud);
|
||||
|
Reference in New Issue
Block a user