mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21:12 +03:00
grovegprs: updated new implementation to C++ types
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -67,7 +67,7 @@ int GroveGPRS::writeDataStr(std::string data)
|
||||
return m_uart.writeStr(data);
|
||||
}
|
||||
|
||||
mraa_result_t GroveGPRS::setBaudRate(int baud)
|
||||
mraa::Result GroveGPRS::setBaudRate(int baud)
|
||||
{
|
||||
return m_uart.setBaudRate(baud);
|
||||
}
|
||||
|
Reference in New Issue
Block a user