uart.hpp: fix typo in setNonBlocking() function name
Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
6fda865af7
commit
ccc4185eff
@@ -263,7 +263,7 @@ class Uart
|
|||||||
* @return Result of operation
|
* @return Result of operation
|
||||||
*/
|
*/
|
||||||
Result
|
Result
|
||||||
SetNonBlocking(bool nonblock)
|
setNonBlocking(bool nonblock)
|
||||||
{
|
{
|
||||||
return (Result) mraa_uart_set_non_blocking(m_uart, nonblock);
|
return (Result) mraa_uart_set_non_blocking(m_uart, nonblock);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user